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

(-)/var/db/repos/gentoo/app-accessibility/at-spi2-core/at-spi2-core-2.20.2.ebuild (-2 / +3 lines)
Lines 12-18 HOMEPAGE="https://wiki.gnome.org/Accessi Link Here
12
12
13
LICENSE="LGPL-2+"
13
LICENSE="LGPL-2+"
14
SLOT="2"
14
SLOT="2"
15
IUSE="X +introspection"
15
IUSE="X +introspection nls"
16
KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
16
KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
17
17
18
# x11-libs/libSM is needed until upstream #719808 is solved either
18
# x11-libs/libSM is needed until upstream #719808 is solved either
Lines 30-36 RDEPEND=" Link Here
30
DEPEND="${RDEPEND}
30
DEPEND="${RDEPEND}
31
	>=dev-util/gtk-doc-am-1.9
31
	>=dev-util/gtk-doc-am-1.9
32
	>=dev-util/intltool-0.40
32
	>=dev-util/intltool-0.40
33
	sys-devel/gettext
33
	nls? ( sys-devel/gettext )
34
	virtual/pkgconfig[${MULTILIB_USEDEP}]
34
	virtual/pkgconfig[${MULTILIB_USEDEP}]
35
"
35
"
36
36
Lines 45-50 multilib_src_configure() { Link Here
45
	gnome2_src_configure \
45
	gnome2_src_configure \
46
		--disable-xevie \
46
		--disable-xevie \
47
		$(multilib_native_use_enable introspection) \
47
		$(multilib_native_use_enable introspection) \
48
		$(use_enable nls) \
48
		$(use_enable X x11)
49
		$(use_enable X x11)
49
50
50
	# work-around gtk-doc out-of-source brokedness
51
	# work-around gtk-doc out-of-source brokedness

Return to bug 596964