diff options
author | 2011-04-20 09:45:16 +0000 | |
---|---|---|
committer | 2011-04-20 09:45:16 +0000 | |
commit | 3b1d80ab7351fb68444c74f9bddeda93ad2e9a44 (patch) | |
tree | 8ab4a2851cc5e6a192fd558102e1e49289180e91 /eclass/virtuoso.eclass | |
parent | Fix Norwegian locales (diff) | |
download | gentoo-2-3b1d80ab7351fb68444c74f9bddeda93ad2e9a44.tar.gz gentoo-2-3b1d80ab7351fb68444c74f9bddeda93ad2e9a44.tar.bz2 gentoo-2-3b1d80ab7351fb68444c74f9bddeda93ad2e9a44.zip |
Add eapi4 to supported list.
Diffstat (limited to 'eclass/virtuoso.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 |