diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-05-30 06:35:43 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-05-30 06:35:43 +0000 |
commit | c32ef95b4b5e2c08ecde898d7352277771ec0047 (patch) | |
tree | 8c28a19664e1ac71ab3332c50b55a242ab93bed8 /eclass/games.eclass | |
parent | New ebuild for django-picklefield. (diff) | |
download | historical-c32ef95b4b5e2c08ecde898d7352277771ec0047.tar.gz historical-c32ef95b4b5e2c08ecde898d7352277771ec0047.tar.bz2 historical-c32ef95b4b5e2c08ecde898d7352277771ec0047.zip |
Allow EAPI=4.
Diffstat (limited to 'eclass/games.eclass')
-rw-r--r-- | eclass/games.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/games.eclass b/eclass/games.eclass index 5efe67bed55b..e43c6bd184b2 100644 --- a/eclass/games.eclass +++ b/eclass/games.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.147 2011/12/27 17:55:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.148 2012/05/30 06:35:43 slyfox Exp $ # devlist: {vapier,wolf31o2,mr_bones_}@gentoo.org -> games@gentoo.org # @@ -15,7 +15,7 @@ inherit base multilib toolchain-funcs eutils user case ${EAPI:-0} in 0|1) EXPORT_FUNCTIONS pkg_setup src_compile pkg_preinst pkg_postinst ;; - 2|3) EXPORT_FUNCTIONS pkg_setup src_configure src_compile pkg_preinst pkg_postinst ;; + 2|3|4) EXPORT_FUNCTIONS pkg_setup src_configure src_compile pkg_preinst pkg_postinst ;; *) die "no support for EAPI=${EAPI} yet" ;; esac |