diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-27 17:32:49 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-27 17:32:49 +0000 |
commit | 6a4a4ddb154128c895e1b0ae9e82f506c4c4eb40 (patch) | |
tree | 75c0072ea97eb54b9e12b0e3e26dad19d80699ae /eclass | |
parent | Push Gentoo Prefix changes from x11 overlay, as approved (diff) | |
download | gentoo-2-6a4a4ddb154128c895e1b0ae9e82f506c4c4eb40.tar.gz gentoo-2-6a4a4ddb154128c895e1b0ae9e82f506c4c4eb40.tar.bz2 gentoo-2-6a4a4ddb154128c895e1b0ae9e82f506c4c4eb40.zip |
EAPI4 support
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xfconf.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xfconf.eclass b/eclass/xfconf.eclass index 5b291f1d65b4..9fab7d1f6de3 100644 --- a/eclass/xfconf.eclass +++ b/eclass/xfconf.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.20 2010/11/03 17:43:13 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.21 2011/01/27 17:32:49 ssuominen Exp $ # @ECLASS: xfconf.eclass # @MAINTAINER: @@ -56,7 +56,7 @@ unset _xfce4_m4 XFCONF_EXPF="src_unpack src_compile src_install pkg_preinst pkg_postinst pkg_postrm" case ${EAPI:-0} in - 3|2) XFCONF_EXPF="${XFCONF_EXPF} src_prepare src_configure" ;; + 4|3|2) XFCONF_EXPF="${XFCONF_EXPF} src_prepare src_configure" ;; 1|0) ;; *) die "Unknown EAPI." ;; esac |