diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-07-19 22:20:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-07-19 22:20:16 +0000 |
commit | 17fd5364787e072cc6ed7b1532b58a0df69d9050 (patch) | |
tree | 8f60e7c20ba1fd22cb9761a9f21b59e4dbfd56fd /eclass | |
parent | make live-cvs support simple (diff) | |
download | historical-17fd5364787e072cc6ed7b1532b58a0df69d9050.tar.gz historical-17fd5364787e072cc6ed7b1532b58a0df69d9050.tar.bz2 historical-17fd5364787e072cc6ed7b1532b58a0df69d9050.zip |
make live-cvs support simple
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/enlightenment.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass index 6f9b143acc64..aeccb8559f94 100644 --- a/eclass/enlightenment.eclass +++ b/eclass/enlightenment.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/enlightenment.eclass,v 1.21 2004/07/19 22:19:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.22 2004/07/19 22:20:16 vapier Exp $ # # Author: vapier@gentoo.org @@ -10,7 +10,7 @@ INHERITED="$INHERITED $ECLASS" EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_postinst USE_CVS="no" -if [ "${PV:0-5}" == ".9999" ] ; then +if [ "${PV/.9999}" != "${PV}" ] ; then USE_CVS="yes" inherit cvs fi |