diff options
author | 2011-01-27 17:32:49 +0000 | |
---|---|---|
committer | 2011-01-27 17:32:49 +0000 | |
commit | 05a06944800aa6df96c16fc158beaa8aa73ab24a (patch) | |
tree | f17be0af1d330ca9d7132a0652dbab3337243d8d /eclass/xfconf.eclass | |
parent | Push Gentoo Prefix changes from x11 overlay, as approved (diff) | |
download | historical-05a06944800aa6df96c16fc158beaa8aa73ab24a.tar.gz historical-05a06944800aa6df96c16fc158beaa8aa73ab24a.tar.bz2 historical-05a06944800aa6df96c16fc158beaa8aa73ab24a.zip |
EAPI4 support
Diffstat (limited to 'eclass/xfconf.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 |