diff options
author | 2011-10-15 21:08:59 +0000 | |
---|---|---|
committer | 2011-10-15 21:08:59 +0000 | |
commit | bf4b3661fbc38fff6d3dd7baa279094cf5e78b92 (patch) | |
tree | 1b9477263c975fae9eb1c2a58c41ce185247f665 /eclass/xfconf.eclass | |
parent | Now that python.eclass has EAPI=4 support, convert to EAPI=4 so xfconf.eclass... (diff) | |
download | historical-bf4b3661fbc38fff6d3dd7baa279094cf5e78b92.tar.gz historical-bf4b3661fbc38fff6d3dd7baa279094cf5e78b92.tar.bz2 historical-bf4b3661fbc38fff6d3dd7baa279094cf5e78b92.zip |
Remove support for deprecated EAPI=3.
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 9d1ba5f381a6..d546a3453cc4 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.36 2011/06/13 18:01:11 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.37 2011/10/15 21:08:59 ssuominen Exp $ # @ECLASS: xfconf.eclass # @MAINTAINER: @@ -43,7 +43,7 @@ unset _xfconf_deps unset _xfconf_m4 case ${EAPI:-0} in - 4|3) ;; + 4) ;; *) die "Unknown EAPI." ;; esac |