diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-01-31 17:03:45 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-01-31 17:03:45 +0000 |
commit | 21a02691e18441835ac138e7eab783240dbc8504 (patch) | |
tree | 36fc0e7d400a0eb26b92ccda4f3da603491d76d9 /eclass | |
parent | alpha/ia64/sparc stable (diff) | |
download | historical-21a02691e18441835ac138e7eab783240dbc8504.tar.gz historical-21a02691e18441835ac138e7eab783240dbc8504.tar.bz2 historical-21a02691e18441835ac138e7eab783240dbc8504.zip |
Add EAPI=4 to the list of supported EAPIs (xfconf needs it), bug #353210.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnome2-utils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass index 85eaeac6e474..1f3c466ca5f9 100644 --- a/eclass/gnome2-utils.eclass +++ b/eclass/gnome2-utils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2-utils.eclass,v 1.20 2011/01/20 23:50:49 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2-utils.eclass,v 1.21 2011/01/31 17:03:45 eva Exp $ # # gnome2-utils.eclass @@ -12,7 +12,7 @@ # case "${EAPI:-0}" in - 0|1|2|3) ;; + 0|1|2|3|4) ;; *) die "EAPI=${EAPI} is not supported" ;; esac |