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 | 7344710d3019e99e654826dd2ffd2f046836324d (patch) | |
tree | f21e64127f96a8f980db23dc01f8e4f59133a913 /eclass/horde.eclass | |
parent | add 2.6.5 to the tree (diff) | |
download | historical-7344710d3019e99e654826dd2ffd2f046836324d.tar.gz historical-7344710d3019e99e654826dd2ffd2f046836324d.tar.bz2 historical-7344710d3019e99e654826dd2ffd2f046836324d.zip |
make cvs eclass optional
Diffstat (limited to 'eclass/horde.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" |