summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-10-15 15:01:18 +0000
committerMichał Górny <mgorny@gentoo.org>2012-10-15 15:01:18 +0000
commit09b58b039752c159f1aa563a63cbc1f892d99a41 (patch)
treea0e99219b230f606dfe963bea8a4bdf640724bb6 /eclass/distutils-r1.eclass
parentVersion bump. (diff)
downloadhistorical-09b58b039752c159f1aa563a63cbc1f892d99a41.tar.gz
historical-09b58b039752c159f1aa563a63cbc1f892d99a41.tar.bz2
historical-09b58b039752c159f1aa563a63cbc1f892d99a41.zip
Enable EAPI 5 support.
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r--eclass/distutils-r1.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 863240056a8c..2ab80ae04d3c 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.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/distutils-r1.eclass,v 1.2 2012/10/15 12:51:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.3 2012/10/15 15:01:18 mgorny Exp $
# @ECLASS: distutils-r1
# @MAINTAINER:
@@ -40,7 +40,7 @@ case "${EAPI}" in
0|1|2|3)
die "Unsupported EAPI=${EAPI} (too old) for ${ECLASS}"
;;
- 4)
+ 4|5)
;;
*)
die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"