From: Paweł Hajdan Date: Sat, 15 Oct 2011 20:58:08 +0000 (+0000) Subject: Make python.eclass not die on EAPI-4. This has been OK-ed by python team lead: http... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=af7f67aaf4dcb51af14bf631b45edf424f188489;p=gentoo.git Make python.eclass not die on EAPI-4. This has been OK-ed by python team lead: archives.gentoo.org/gentoo-dev/msg_c211342132e8ee5249861eb6503b3ddd.xml --- diff --git a/eclass/python.eclass b/eclass/python.eclass index 6d7cfadbb806..c154931b7521 100644 --- a/eclass/python.eclass +++ b/eclass/python.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.138 2011/10/07 10:57:48 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.139 2011/10/15 20:58:08 phajdan.jr Exp $ # @ECLASS: python.eclass # @MAINTAINER: @@ -11,7 +11,7 @@ inherit multilib -if ! has "${EAPI:-0}" 0 1 2 3; then +if ! has "${EAPI:-0}" 0 1 2 3 4; then die "API of python.eclass in EAPI=\"${EAPI}\" not established" fi