summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2012-09-27 16:35:42 +0000
committerIan Stakenvicius <axs@gentoo.org>2012-09-27 16:35:42 +0000
commit2caf4c4473f8797fc87c1e6679e2b4311b5565ce (patch)
tree50fbfa35a7de20bf0500c5db8ea034f856a5b1de /eclass/qt4-r2.eclass
parentRequire >=jdk-1.5 for javacc-5.0 and drop SLOT 2. #315557 (diff)
downloadgentoo-2-2caf4c4473f8797fc87c1e6679e2b4311b5565ce.tar.gz
gentoo-2-2caf4c4473f8797fc87c1e6679e2b4311b5565ce.tar.bz2
gentoo-2-2caf4c4473f8797fc87c1e6679e2b4311b5565ce.zip
naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where EAPI=4 was previously allowed
Diffstat (limited to 'eclass/qt4-r2.eclass')
-rw-r--r--eclass/qt4-r2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt4-r2.eclass b/eclass/qt4-r2.eclass
index 50dc6934a138..0e36a82112ad 100644
--- a/eclass/qt4-r2.eclass
+++ b/eclass/qt4-r2.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/qt4-r2.eclass,v 1.21 2012/07/23 12:53:13 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-r2.eclass,v 1.22 2012/09/27 16:35:41 axs Exp $
# @ECLASS: qt4-r2.eclass
# @MAINTAINER:
@@ -11,7 +11,7 @@
# dealing with packages using Qt4 libraries. Requires EAPI=2 or later.
case ${EAPI} in
- 2|3|4) : ;;
+ 2|3|4|5) : ;;
*) die "EAPI=${EAPI} is not supported by ${ECLASS} eclass." ;;
esac