From bf4b3661fbc38fff6d3dd7baa279094cf5e78b92 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Sat, 15 Oct 2011 21:08:59 +0000 Subject: [PATCH] Remove support for deprecated EAPI=3. --- eclass/xfconf.eclass | 4 ++-- 1 file 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 -- 2.26.2