From 8bb22d3b76c2e611ce8670cae8fe9e88574dc591 Mon Sep 17 00:00:00 2001 From: Thomas Sachau Date: Sat, 17 Nov 2012 10:58:35 +0000 Subject: Raise python dependency to at least 2.5, fixes the breakage caused by silently dropped support for python-2.4 in python eclass --- eclass/enlightenment.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/enlightenment.eclass') diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass index d9f452a40e18..60c059a82569 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.95 2012/10/22 10:14:31 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.96 2012/11/17 10:58:35 tommy 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.4" + PYTHON_DEPEND="2:2.5" inherit python fi -- cgit v1.2.3-65-gdbad