summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-11-17 16:02:17 +0000
committerMike Gilbert <floppym@gentoo.org>2012-11-17 16:02:17 +0000
commit3fe864ab1117f265dcf18f0bb0b2295ccdf3cbea (patch)
tree8e9a925fddb2943fcf6474eb14df73d7f4c18114 /eclass/enlightenment.eclass
parentmedia-libs/gegl: 0.1.{6,8}-r1 CVE-2012-4433 (bug #442016) (diff)
downloadhistorical-3fe864ab1117f265dcf18f0bb0b2295ccdf3cbea.tar.gz
historical-3fe864ab1117f265dcf18f0bb0b2295ccdf3cbea.tar.bz2
historical-3fe864ab1117f265dcf18f0bb0b2295ccdf3cbea.zip
Remove the minimum restriction from PYTHON_DEPEND; any version of python from the last several years will do the job.
Diffstat (limited to 'eclass/enlightenment.eclass')
-rw-r--r--eclass/enlightenment.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass
index 60c059a82569..c15449ce37d7 100644
--- a/eclass/enlightenment.eclass
+++ b/eclass/enlightenment.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.96 2012/11/17 10:58:35 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.97 2012/11/17 16:02:17 floppym Exp $
# @ECLASS: enlightenment.eclass
# @MAINTAINER:
@@ -63,7 +63,7 @@ fi
# Parse requested python state
: ${E_PYTHON:=${E_CYTHON}}
if [[ -n ${E_PYTHON} ]] ; then
- PYTHON_DEPEND="2:2.5"
+ PYTHON_DEPEND="2"
inherit python
fi