--- /usr/portage/kde-base/kdelibs/kdelibs-3.2.2.ebuild 2004-04-19 14:20:32.000000000 +0200 +++ /usr/local/portage/kde-base/kdelibs/kdelibs-3.2.2-r1.ebuild 2004-04-21 02:21:55.000000000 +0200 @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /home/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-3.2.2.ebuild,v 1.1 2004/04/19 12:20:32 caleb Exp $ +# $Header: $ inherit kde @@ -14,7 +14,7 @@ LICENSE="GPL-2 LGPL-2" SLOT="3.2" KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64 ~alpha ~ia64" -IUSE="alsa cups ipv6 ssl doc ldap" +IUSE="alsa arts cups ipv6 ssl doc ldap" # kde.eclass has kdelibs in DEPEND, and we can't have that in here. # so we recreate the entire DEPEND from scratch. @@ -25,6 +25,7 @@ >=dev-libs/libpcre-3.9 ssl? ( >=dev-libs/openssl-0.9.6k ) alsa? ( media-libs/alsa-lib virtual/alsa ) + arts? ( >=kde-base/arts-1.2.1 ) cups? ( >=net-print/cups-1.1.19 ) ldap? ( >=net-nds/openldap-2.0.25 ) media-libs/tiff @@ -32,7 +33,6 @@ virtual/ghostscript media-libs/libart_lgpl sys-devel/gettext - ~kde-base/arts-1.2.2 >=x11-libs/qt-3.2.3" RDEPEND="${DEPEND} app-text/sgml-common @@ -53,6 +53,7 @@ use ipv6 || myconf="$myconf --with-ipv6-lookup=no" use ssl && myconf="$myconf --with-ssl-dir=/usr" || myconf="$myconf --without-ssl" use alsa && myconf="$myconf --with-alsa" || myconf="$myconf --without-alsa" + use arts && myconf="$myconf --with-arts" || myconf="$myconf --without-arts" use cups && myconf="$myconf --enable-cups" || myconf="$myconf --disable-cups" use x86 && myconf="$myconf --enable-fast-malloc=full"