From 1cd3ce65dc3389b56015f75f9d00b9dbba422406 Mon Sep 17 00:00:00 2001 From: Stefan Schweizer Date: Mon, 22 Aug 2005 09:14:34 +0000 Subject: Fix imlib2 downloads and remove einfo in global scope --- eclass/enlightenment.eclass | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'eclass') diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass index 4ab2bedff9e6..d63f797802b8 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.53 2005/08/21 19:06:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.54 2005/08/22 09:14:34 genstef Exp $ # # Author: vapier@gentoo.org @@ -23,10 +23,12 @@ if [[ ${PV/9999} != ${PV} ]] ; then inherit cvs elif [[ ${PV/.200?????/} != ${PV} ]] ; then ECVS_STATE="snap" -elif [[ ${PV%%.[0-9][0-9][0-9]} != ${PV} ]] ; then - ECVS_STATE="snap" +# commented because it breaks imlib2, ecore and others - genstef +#elif [[ ${PV%%.[0-9][0-9][0-9]} != ${PV} ]] ; then +# ECVS_STATE="snap" fi -einfo $PV == $ECVS_STATE +# commented because einfoe in global scope should not be used - genstef +#einfo $PV == $ECVS_STATE DESCRIPTION="A DR17 production" HOMEPAGE="http://www.enlightenment.org/" -- cgit v1.2.3-65-gdbad