summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2011-01-31 17:03:45 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2011-01-31 17:03:45 +0000
commit5a9fa682a3e30a9e17a02f1b594719625bc29cb5 (patch)
tree69a7fa7b85d8a6de0a9c4b6197de28931d53c4e3 /eclass
parentalpha/ia64/sparc stable (diff)
downloadgentoo-2-5a9fa682a3e30a9e17a02f1b594719625bc29cb5.tar.gz
gentoo-2-5a9fa682a3e30a9e17a02f1b594719625bc29cb5.tar.bz2
gentoo-2-5a9fa682a3e30a9e17a02f1b594719625bc29cb5.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.eclass4
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