diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-05 02:53:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-05 02:53:39 +0000 |
commit | 7938c581dfd6c70d8b697c5f3f29fc40f9eee40b (patch) | |
tree | aefcf4ac79da14df7c039a87323b6cc1fabeb22b /eclass/enlightenment.eclass | |
parent | re-keywording as stable on amd64 now that bug #66449 has been fixed. re-fixes... (diff) | |
download | gentoo-2-7938c581dfd6c70d8b697c5f3f29fc40f9eee40b.tar.gz gentoo-2-7938c581dfd6c70d8b697c5f3f29fc40f9eee40b.tar.bz2 gentoo-2-7938c581dfd6c70d8b697c5f3f29fc40f9eee40b.zip |
fix KEYWORDS
Diffstat (limited to 'eclass/enlightenment.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 75efb4aff1a7..7cf0ee08d95e 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.30 2004/10/22 12:51:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.31 2004/11/05 02:53:39 vapier Exp $ # # Author: vapier@gentoo.org @@ -22,7 +22,7 @@ if [ "${PV/9999}" != "${PV}" ] ; then ECVS_SERVER="${ECVS_SERVER:-cvs.sourceforge.net:/cvsroot/enlightenment}" ECVS_STATE="live" inherit cvs -elif [ "${PV/.200?????/}" != "${PV}" ] ; then +elif [ "${PV/.200?????/}" != "${PV}" ] || [ "${PV/2003????}" != "${PV} ] ; then ECVS_STATE="snap" fi |