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 | 60b7280c95a96a1c5ab3376999ea53182833db78 (patch) | |
tree | cfa2153807bcec5a05b2ab5c298057b4929d6772 /eclass/ccc.eclass | |
parent | (no commit message) (diff) | |
download | historical-60b7280c95a96a1c5ab3376999ea53182833db78.tar.gz historical-60b7280c95a96a1c5ab3376999ea53182833db78.tar.bz2 historical-60b7280c95a96a1c5ab3376999ea53182833db78.zip |
add inherit flag-o-matic
Diffstat (limited to 'eclass/ccc.eclass')
-rw-r--r-- | eclass/ccc.eclass | 4 |
1 files changed, 3 insertions, 1 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}" |