diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2012-09-27 16:35:42 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2012-09-27 16:35:42 +0000 |
commit | e49393d403b705b16dd58374774bbb2f7b55b678 (patch) | |
tree | b2e55e4079640e912ad16984959d68277497abed /eclass/boost-utils.eclass | |
parent | Require >=jdk-1.5 for javacc-5.0 and drop SLOT 2. #315557 (diff) | |
download | historical-e49393d403b705b16dd58374774bbb2f7b55b678.tar.gz historical-e49393d403b705b16dd58374774bbb2f7b55b678.tar.bz2 historical-e49393d403b705b16dd58374774bbb2f7b55b678.zip |
naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where EAPI=4 was previously allowed
Diffstat (limited to 'eclass/boost-utils.eclass')
-rw-r--r-- | eclass/boost-utils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/boost-utils.eclass b/eclass/boost-utils.eclass index d32385879156..9a959d75f21c 100644 --- a/eclass/boost-utils.eclass +++ b/eclass/boost-utils.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/boost-utils.eclass,v 1.1 2012/09/19 09:37:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/boost-utils.eclass,v 1.2 2012/09/27 16:35:41 axs Exp $ if [[ ! ${_BOOST_ECLASS} ]]; then @@ -24,7 +24,7 @@ if [[ ! ${_BOOST_ECLASS} ]]; then # and -L$(boost-utils_get_libdir) to LDFLAGS. case ${EAPI:-0} in - 0|1|2|3|4) ;; + 0|1|2|3|4|5) ;; *) die "${ECLASS}.eclass API in EAPI ${EAPI} not yet established." esac |