diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-08-23 14:55:11 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-08-23 14:55:11 +0000 |
commit | 222034d9c83baffa366eabf1ee2b9e45609e38cf (patch) | |
tree | 41aba5454474c6c378db64911ded432e662f45c3 /eclass/myth.eclass | |
parent | Keyworded ~sparc (diff) | |
download | historical-222034d9c83baffa366eabf1ee2b9e45609e38cf.tar.gz historical-222034d9c83baffa366eabf1ee2b9e45609e38cf.tar.bz2 historical-222034d9c83baffa366eabf1ee2b9e45609e38cf.zip |
No need to treat IUSE as incremental, portage handles it.
Diffstat (limited to 'eclass/myth.eclass')
-rw-r--r-- | eclass/myth.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/myth.eclass b/eclass/myth.eclass index 2eefa8980331..5e8b1ae047c6 100644 --- a/eclass/myth.eclass +++ b/eclass/myth.eclass @@ -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/eclass/myth.eclass,v 1.18 2005/07/11 15:08:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/myth.eclass,v 1.19 2005/08/23 14:55:11 swegener Exp $ # # Author: Daniel Ahlberg <aliz@gentoo.org> # @@ -13,7 +13,7 @@ inherit multilib versionator toolchain-funcs -IUSE="${IUSE} nls debug" +IUSE="nls debug" EXPORT_FUNCTIONS src_unpack src_compile src_install |