diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 22:41:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 22:41:05 +0000 |
commit | 8298a0bf0bd6c30f632a4b72234f6971832f6181 (patch) | |
tree | 4b714b9d848811662ec8bf82cddd1c9bf70d62f2 /eclass | |
parent | add 2.6.5 to the tree (Manifest recommit) (diff) | |
download | gentoo-2-8298a0bf0bd6c30f632a4b72234f6971832f6181.tar.gz gentoo-2-8298a0bf0bd6c30f632a4b72234f6971832f6181.tar.bz2 gentoo-2-8298a0bf0bd6c30f632a4b72234f6971832f6181.zip |
make cvs eclass optional
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/horde.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/horde.eclass b/eclass/horde.eclass index e20bcd9ed8ca..de25d5ac9733 100644 --- a/eclass/horde.eclass +++ b/eclass/horde.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.4 2004/04/06 23:19:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/horde.eclass,v 1.5 2004/04/07 22:41:05 vapier Exp $ # # Help manage the horde project http://www.horde.org/ # @@ -15,7 +15,8 @@ # This variable is just simply used to track whether the user is # using a cvs version of a horde ebulid. -inherit cvs webapp-apache +inherit webapp-apache +[ "${PN}" != "${PN/-cvs}" ] && inherit cvs ECLASS=horde INHERITED="$INHERITED $ECLASS" |