diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2003-03-15 17:38:29 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2003-03-15 17:38:29 +0000 |
commit | 668da9df78b1887dfd4103209b98d38a0395202c (patch) | |
tree | 832432b6abca6214d76287f2cab725258feb1bc3 /eclass/kde.eclass | |
parent | Added mips to KEYWORDS (diff) | |
download | historical-668da9df78b1887dfd4103209b98d38a0395202c.tar.gz historical-668da9df78b1887dfd4103209b98d38a0395202c.tar.bz2 historical-668da9df78b1887dfd4103209b98d38a0395202c.zip |
removed IUSE=ppc, ARCH shouldn't be listed in IUSE
Diffstat (limited to 'eclass/kde.eclass')
-rw-r--r-- | eclass/kde.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass index 3973ace87a67..9359e329ed73 100644 --- a/eclass/kde.eclass +++ b/eclass/kde.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.75 2003/03/11 21:26:14 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.76 2003/03/15 17:38:29 hannes Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -9,7 +9,6 @@ inherit base kde-functions ECLASS=kde INHERITED="$INHERITED $ECLASS" -IUSE="$IUSE ppc" DESCRIPTION="Based on the $ECLASS eclass" HOMEPAGE="http://www.kde.org/" |