diff options
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 |