Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 491204
Collapse All | Expand All

(-)/usr/portage/x11-libs/gtksourceview/gtksourceview-2.10.5-r2.ebuild (-1 / +2 lines)
Lines 15-21 Link Here
15
LICENSE="GPL-2+ LGPL-2.1+"
15
LICENSE="GPL-2+ LGPL-2.1+"
16
SLOT="2.0"
16
SLOT="2.0"
17
KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
17
KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
18
IUSE="glade"
18
IUSE="glade nls"
19
19
20
# FIXME: We could avoid the glade conditional and dep completely if upstream
20
# FIXME: We could avoid the glade conditional and dep completely if upstream
21
# would have a --with-glade-catalogdir that would allow to pass the system
21
# would have a --with-glade-catalogdir that would allow to pass the system
Lines 34-39 Link Here
34
pkg_setup() {
34
pkg_setup() {
35
	DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
35
	DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
36
	G2CONF="${G2CONF}
36
	G2CONF="${G2CONF}
37
		$(use_enable nls) \
37
		$(use_enable glade glade-catalog)"
38
		$(use_enable glade glade-catalog)"
38
}
39
}
39
40

Return to bug 491204