diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 22:23:44 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 22:23:44 +0000 |
commit | d43b8e1396b99b5b739d37048d5fbe8fdc5680c7 (patch) | |
tree | 29d84be683abdca719f8cb896ca4a317c86433f0 | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-d43b8e1396b99b5b739d37048d5fbe8fdc5680c7.tar.gz gentoo-2-d43b8e1396b99b5b739d37048d5fbe8fdc5680c7.tar.bz2 gentoo-2-d43b8e1396b99b5b739d37048d5fbe8fdc5680c7.zip |
add inherit flag-o-matic
-rw-r--r-- | eclass/ccc.eclass | 4 | ||||
-rw-r--r-- | eclass/crosscompile.eclass | 4 | ||||
-rw-r--r-- | eclass/tetex.eclass | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/eclass/ccc.eclass b/eclass/ccc.eclass index 50fb5cd30815..32dda813ee3b 100644 --- a/eclass/ccc.eclass +++ b/eclass/ccc.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/ccc.eclass,v 1.12 2003/09/05 12:19:19 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ccc.eclass,v 1.13 2004/04/27 22:23:44 agriffis Exp $ # # Authors: Tavis Ormandy <taviso@gentoo.org> # Aron Griffis <agriffis@gentoo.org> @@ -11,6 +11,8 @@ # 18/6/2003 - regex tweaks. # 22/7/2003 - newdepend +inherit flag-o-matic + ECLASS=ccc INHERITED="${INHERITED} ${ECLASS}" diff --git a/eclass/crosscompile.eclass b/eclass/crosscompile.eclass index a47cad2aa3b6..8ea7ecb49ba7 100644 --- a/eclass/crosscompile.eclass +++ b/eclass/crosscompile.eclass @@ -1,8 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/crosscompile.eclass,v 1.7 2003/10/26 09:13:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/crosscompile.eclass,v 1.8 2004/04/27 22:23:44 agriffis Exp $ # Author: Zachary T Welch +inherit flag-o-matic + ECLASS=crosscompile INHERITED="$INHERITED $ECLASS" diff --git a/eclass/tetex.eclass b/eclass/tetex.eclass index f16441d65ab6..992e9eed4cd6 100644 --- a/eclass/tetex.eclass +++ b/eclass/tetex.eclass @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v 1.8 2004/04/27 22:05:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/tetex.eclass,v 1.9 2004/04/27 22:23:44 agriffis Exp $ # # Author: Jaromir Malenko <malenko@email.cz> # Author: Mamoru KOMACHI <usata@gentoo.org> # # A generic eclass to install tetex distributions. -inherit alternatives eutils +inherit alternatives eutils flag-o-matic ECLASS=tetex INHERITED="${INHERITED} ${ECLASS}" |