From: Samuli Suominen Date: Sat, 15 Oct 2011 21:08:59 +0000 (+0000) Subject: Remove support for deprecated EAPI=3. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bf4b3661fbc38fff6d3dd7baa279094cf5e78b92;p=gentoo.git Remove support for deprecated EAPI=3. --- 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