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

(-)/usr/portage/kde-base/kdebindings/kdebindings-3.2.0.ebuild (-1 / +3 lines)
Lines 5-11 Link Here
5
5
6
inherit kde-dist
6
inherit kde-dist
7
7
8
IUSE="mozilla java python ruby gtk"
8
IUSE="mozilla java python ruby gtk arts"
9
DESCRIPTION="KDE library bindings for languages other than c++"
9
DESCRIPTION="KDE library bindings for languages other than c++"
10
KEYWORDS="x86 ~sparc ~amd64 ~ppc"
10
KEYWORDS="x86 ~sparc ~amd64 ~ppc"
11
11
Lines 16-26 Link Here
16
	python? ( dev-lang/python )
16
	python? ( dev-lang/python )
17
	java? (	virtual/jdk )
17
	java? (	virtual/jdk )
18
	ruby? ( dev-lang/ruby )
18
	ruby? ( dev-lang/ruby )
19
	arts? ( kde-base/arts )
19
	mozilla? ( net-www/mozilla )"
20
	mozilla? ( net-www/mozilla )"
20
21
21
use python	|| myconf="$myconf --without-python"
22
use python	|| myconf="$myconf --without-python"
22
use java	&& myconf="$myconf --with-java=`java-config --jdk-home`"	|| myconf="$myconf --without-java"
23
use java	&& myconf="$myconf --with-java=`java-config --jdk-home`"	|| myconf="$myconf --without-java"
23
use ruby	|| myconf="$myconf --without-ruby"
24
use ruby	|| myconf="$myconf --without-ruby"
25
use arts	|| myconf="$myconf --without-arts"
24
26
25
# obj bindings are officially broken
27
# obj bindings are officially broken
26
#myconf="$myconf --enable-objc"
28
#myconf="$myconf --enable-objc"

Return to bug 41368