diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-03-19 16:34:39 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-03-19 16:34:39 +0000 |
commit | 534dd0f6f4aebc61e887e938a163abfcf2d81ba8 (patch) | |
tree | 590f5b3c15eb4accbbbdbe60c248698ae29ab4d2 /eclass | |
parent | Version bump. Bug #359497. Thanks to Denny (diff) | |
download | gentoo-2-534dd0f6f4aebc61e887e938a163abfcf2d81ba8.tar.gz gentoo-2-534dd0f6f4aebc61e887e938a163abfcf2d81ba8.tar.bz2 gentoo-2-534dd0f6f4aebc61e887e938a163abfcf2d81ba8.zip |
Support eapi4. No new code required.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qt4-r2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt4-r2.eclass b/eclass/qt4-r2.eclass index 0d0ba1059e3b..b8b5858ef1bc 100644 --- a/eclass/qt4-r2.eclass +++ b/eclass/qt4-r2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-r2.eclass,v 1.10 2011/03/19 15:02:47 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-r2.eclass,v 1.11 2011/03/19 16:34:39 scarabeus Exp $ # @ECLASS: qt4-r2.eclass # @MAINTAINER: @@ -14,7 +14,7 @@ # dealing with packages using Qt4 libraries. Requires EAPI=2. case ${EAPI} in - 2|3) : ;; + 2|3|4) : ;; *) die "EAPI=${EAPI} is not supported" ;; esac |