diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-10 03:29:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-10 03:29:34 +0000 |
commit | 2dadafdb3c59fdb194b74c98afdcb4d91d147edf (patch) | |
tree | 903ade7e04abe34ab63f854f3f5f8c234ab8fe38 /eclass | |
parent | touchups (diff) | |
download | gentoo-2-2dadafdb3c59fdb194b74c98afdcb4d91d147edf.tar.gz gentoo-2-2dadafdb3c59fdb194b74c98afdcb4d91d147edf.tar.bz2 gentoo-2-2dadafdb3c59fdb194b74c98afdcb4d91d147edf.zip |
make the new snapshots unstable by default
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/enlightenment.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass index ae053f77fbd4..356691da8228 100644 --- a/eclass/enlightenment.eclass +++ b/eclass/enlightenment.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.44 2005/04/10 03:28:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.45 2005/04/10 03:29:34 vapier Exp $ # # Author: vapier@gentoo.org @@ -26,6 +26,8 @@ if [[ ${PV/9999} != ${PV} ]] ; then inherit cvs elif [[ ${PV/.200?????/} != ${PV} ]] ; then ECVS_STATE="snap" +elif [[ ${PV/.00?} != ${PV} ]] ; then + EKEY_STATE="snap" fi DESCRIPTION="A DR17 production" |