diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-22 16:33:59 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-22 16:33:59 +0000 |
commit | 90be621fdf4bef0b9593b382a0a00516ad5fe877 (patch) | |
tree | 00f5589924c48248db9f9e463f63010cfc1df466 /eclass | |
parent | old (diff) | |
download | gentoo-2-90be621fdf4bef0b9593b382a0a00516ad5fe877.tar.gz gentoo-2-90be621fdf4bef0b9593b382a0a00516ad5fe877.tar.bz2 gentoo-2-90be621fdf4bef0b9593b382a0a00516ad5fe877.zip |
EAPI3 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 246aba546531..7628f691b23e 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.4 2010/01/03 19:10:49 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.5 2010/01/22 16:33:59 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 - 2) XFCONF_EXPF="${XFCONF_EXPF} src_prepare src_configure" ;; + 3|2) XFCONF_EXPF="${XFCONF_EXPF} src_prepare src_configure" ;; 1|0) ;; *) die "Unknown EAPI." ;; esac |