summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-01-29 18:05:42 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-01-29 18:05:42 +0000
commita5d0d1829c8b1b24d0ae8584570c8c92daded7ab (patch)
tree75d1c571425629593a408fcd18959d15605689bc /eclass
parentfixed metadata.xml (diff)
downloadhistorical-a5d0d1829c8b1b24d0ae8584570c8c92daded7ab.tar.gz
historical-a5d0d1829c8b1b24d0ae8584570c8c92daded7ab.tar.bz2
historical-a5d0d1829c8b1b24d0ae8584570c8c92daded7ab.zip
Support eapi4 in tree ebuilds.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde4-functions.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
index f1b6a443fc3f..46492326b985 100644
--- a/eclass/kde4-functions.eclass
+++ b/eclass/kde4-functions.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/kde4-functions.eclass,v 1.43 2011/01/28 05:05:13 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.44 2011/01/29 18:05:42 scarabeus Exp $
inherit versionator
@@ -17,7 +17,7 @@ inherit versionator
# By default kde4 eclasses want EAPI 2 which might be redefinable to newer
# versions.
case ${EAPI:-0} in
- 2|3) : ;;
+ 2|3|4) : ;;
*) die "EAPI=${EAPI} is not supported" ;;
esac