diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-28 12:41:23 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-28 12:41:23 +0000 |
commit | 0adc1d7260d3f4a8ee18b6b5aa1c61468f6afb22 (patch) | |
tree | 009462471eb39751745cfb72f234ccdcd56cbe91 /eclass | |
parent | EAPI5 (diff) | |
download | gentoo-2-0adc1d7260d3f4a8ee18b6b5aa1c61468f6afb22.tar.gz gentoo-2-0adc1d7260d3f4a8ee18b6b5aa1c61468f6afb22.tar.bz2 gentoo-2-0adc1d7260d3f4a8ee18b6b5aa1c61468f6afb22.zip |
Remove support for EAPI=4 to force EAPI=5 and verbose build.log everywhere
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 b4e6f31741ab..265d53e3593b 100644 --- a/eclass/xfconf.eclass +++ b/eclass/xfconf.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.44 2012/09/27 16:35:42 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.45 2012/11/28 12:41:23 ssuominen Exp $ # @ECLASS: xfconf.eclass # @MAINTAINER: @@ -40,7 +40,7 @@ unset _xfconf_deps unset _xfconf_m4 case ${EAPI:-0} in - 4|5) ;; + 5) ;; *) die "Unknown EAPI." ;; esac |