diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-11 15:08:07 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-11 15:08:07 +0000 |
commit | 5ae303cb909c12d4905541dd2b1352e4cedb12a5 (patch) | |
tree | e613101366ec6305dbb6b6150d8dc0cf461f8b4c /eclass/confutils.eclass | |
parent | Update to support selinux USE flag (blame spb). (diff) | |
download | gentoo-2-5ae303cb909c12d4905541dd2b1352e4cedb12a5.tar.gz gentoo-2-5ae303cb909c12d4905541dd2b1352e4cedb12a5.tar.bz2 gentoo-2-5ae303cb909c12d4905541dd2b1352e4cedb12a5.zip |
QA: Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/confutils.eclass')
-rw-r--r-- | eclass/confutils.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/confutils.eclass b/eclass/confutils.eclass index af0d5d808c76..c230b5e86b2e 100644 --- a/eclass/confutils.eclass +++ b/eclass/confutils.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/confutils.eclass,v 1.16 2005/06/11 15:44:03 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/confutils.eclass,v 1.17 2005/07/11 15:08:06 swegener Exp $ # # eclass/confutils.eclass # Utility functions to help with configuring a package @@ -12,7 +12,7 @@ # # ======================================================================== -IUSE="$IUSE sharedext" +IUSE="sharedext" # ======================================================================== @@ -179,7 +179,7 @@ enable_extension_disable () { } # ======================================================================== -# enable_extension_enable () +# enable_extension_enable () # # This function is like use_enable(), except that it knows about # enabling modules as shared libraries, and it supports passing @@ -219,7 +219,7 @@ enable_extension_enable () { } # ======================================================================== -# enable_extension_enableonly () +# enable_extension_enableonly () # # This function is like use_enable(), except that it knows about # enabling modules as shared libraries, and it supports passing |