diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-20 09:45:16 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-20 09:45:16 +0000 |
commit | 00351c34a0c6893614c9cfbf821d1f82844193ac (patch) | |
tree | c2556d5e095ae2c32838271832404688a7329ee7 /eclass | |
parent | Fix Norwegian locales (diff) | |
download | historical-00351c34a0c6893614c9cfbf821d1f82844193ac.tar.gz historical-00351c34a0c6893614c9cfbf821d1f82844193ac.tar.bz2 historical-00351c34a0c6893614c9cfbf821d1f82844193ac.zip |
Add eapi4 to supported list.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/virtuoso.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/virtuoso.eclass b/eclass/virtuoso.eclass index 058e739c1b82..a8cdf0c5f418 100644 --- a/eclass/virtuoso.eclass +++ b/eclass/virtuoso.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/virtuoso.eclass,v 1.8 2011/01/26 18:25:46 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/virtuoso.eclass,v 1.9 2011/04/20 09:45:16 scarabeus Exp $ # @ECLASS: virtuoso.eclass # @MAINTAINER: @@ -11,7 +11,7 @@ # This eclass provides common code for splitting Virtuoso OpenSource database case ${EAPI:-0} in - 2|3) : ;; + 2|3|4) : ;; *) die "EAPI=${EAPI} is not supported" ;; esac |