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 | 75b4ac37d7a9ee12335353a3c419e940d3e79b9b (patch) | |
tree | 19be468bbcb02c8ce1176b58bb7f871c6d148ddb /eclass | |
parent | re-keywording as stable on amd64 now that bug #66449 has been fixed. re-fixes... (diff) | |
download | historical-75b4ac37d7a9ee12335353a3c419e940d3e79b9b.tar.gz historical-75b4ac37d7a9ee12335353a3c419e940d3e79b9b.tar.bz2 historical-75b4ac37d7a9ee12335353a3c419e940d3e79b9b.zip |
fix KEYWORDS
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 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 |