--- /usr/portage/kde-base/kdebindings/kdebindings-3.2.0.ebuild 2004-02-11 01:44:48.000000000 +1100 +++ /usr/local/portage/kde-base/kdebindings/kdebindings-3.2.0.ebuild 2004-02-13 01:34:05.000000000 +1100 @@ -5,7 +5,7 @@ inherit kde-dist -IUSE="mozilla java python ruby gtk" +IUSE="mozilla java python ruby gtk arts" DESCRIPTION="KDE library bindings for languages other than c++" KEYWORDS="x86 ~sparc ~amd64 ~ppc" @@ -16,11 +16,13 @@ python? ( dev-lang/python ) java? ( virtual/jdk ) ruby? ( dev-lang/ruby ) + arts? ( kde-base/arts ) mozilla? ( net-www/mozilla )" use python || myconf="$myconf --without-python" use java && myconf="$myconf --with-java=`java-config --jdk-home`" || myconf="$myconf --without-java" use ruby || myconf="$myconf --without-ruby" +use arts || myconf="$myconf --without-arts" # obj bindings are officially broken #myconf="$myconf --enable-objc"