diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-08-07 19:22:20 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-08-07 19:22:20 +0000 |
commit | b8ac1bc8994a99ab4da8e3900e63c7d3575282c7 (patch) | |
tree | 7ffec8b16a096c3d6eba33828d444378cbe41155 /kde-base/kdebase | |
parent | virtual/dev-manager -> sys-fs/devfsd (diff) | |
download | gentoo-2-b8ac1bc8994a99ab4da8e3900e63c7d3575282c7.tar.gz gentoo-2-b8ac1bc8994a99ab4da8e3900e63c7d3575282c7.tar.bz2 gentoo-2-b8ac1bc8994a99ab4da8e3900e63c7d3575282c7.zip |
remove use_withs for things that no longer have use flag
Diffstat (limited to 'kde-base/kdebase')
-rw-r--r-- | kde-base/kdebase/kdebase-3.3.0_rc1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kde-base/kdebase/kdebase-3.3.0_rc1.ebuild b/kde-base/kdebase/kdebase-3.3.0_rc1.ebuild index 2b67f3ee74b4..f9af9f31e373 100644 --- a/kde-base/kdebase/kdebase-3.3.0_rc1.ebuild +++ b/kde-base/kdebase/kdebase-3.3.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-3.3.0_rc1.ebuild,v 1.2 2004/08/06 19:59:49 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase/kdebase-3.3.0_rc1.ebuild,v 1.3 2004/08/07 19:22:20 caleb Exp $ inherit kde-dist eutils @@ -27,8 +27,7 @@ src_unpack() { src_compile() { myconf="$myconf --with-dpms" - myconf="$myconf `use_with ldap` `use_with motif`" - myconf="$myconf `use_with encode lame` `use_with cups`" + myconf="$myconf `use_with ldap` `use_with cups`" myconf="$myconf `use_with opengl gl` `use_with ssl`" myconf="$myconf `use_with arts`" |