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 | 2caf4c4473f8797fc87c1e6679e2b4311b5565ce (patch) | |
tree | 50fbfa35a7de20bf0500c5db8ea034f856a5b1de /eclass/virtuoso.eclass | |
parent | Require >=jdk-1.5 for javacc-5.0 and drop SLOT 2. #315557 (diff) | |
download | gentoo-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/virtuoso.eclass')
-rw-r--r-- | eclass/virtuoso.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/virtuoso.eclass b/eclass/virtuoso.eclass index 20d26285858e..553f20c4c335 100644 --- a/eclass/virtuoso.eclass +++ b/eclass/virtuoso.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/virtuoso.eclass,v 1.13 2012/05/13 18:53:58 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/virtuoso.eclass,v 1.14 2012/09/27 16:35:42 axs Exp $ # @ECLASS: virtuoso.eclass # @MAINTAINER: @@ -12,7 +12,7 @@ # This eclass provides common code for splitting Virtuoso OpenSource database case ${EAPI:-0} in - 2|3|4) : ;; + 2|3|4|5) : ;; *) die "EAPI=${EAPI} is not supported" ;; esac |