summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-08-27 18:47:33 +0000
committerMichał Górny <mgorny@gentoo.org>2013-08-27 18:47:33 +0000
commitd1e123ec73ee1c0d641a069b6fe6fa3b952e5ac4 (patch)
tree004db3bd5ddfb633d9a599b6298e7ed03e897f67 /eclass/python-r1.eclass
parentRefactor python-stuff in src_prepare into python_prepare_all. (diff)
downloadhistorical-d1e123ec73ee1c0d641a069b6fe6fa3b952e5ac4.tar.gz
historical-d1e123ec73ee1c0d641a069b6fe6fa3b952e5ac4.tar.bz2
historical-d1e123ec73ee1c0d641a069b6fe6fa3b952e5ac4.zip
Enable EAPI=4 on python-r1.
Diffstat (limited to 'eclass/python-r1.eclass')
-rw-r--r--eclass/python-r1.eclass9
1 files changed, 4 insertions, 5 deletions
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
index dbfd0dc33a61..5c5b33c95ac6 100644
--- a/eclass/python-r1.eclass
+++ b/eclass/python-r1.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.57 2013/08/07 16:37:32 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.58 2013/08/27 18:47:33 mgorny Exp $
# @ECLASS: python-r1
# @MAINTAINER:
@@ -28,12 +28,11 @@
# http://www.gentoo.org/proj/en/Python/python-r1/dev-guide.xml
case "${EAPI:-0}" in
- 0|1|2|3|4)
+ 0|1|2|3)
die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}"
;;
- 5)
- # EAPI=5 is required for meaningful USE default deps
- # on USE_EXPAND flags
+ 4|5)
+ # EAPI=4 is required for USE default deps on USE_EXPAND flags
;;
*)
die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"