gnustep-base.eclass: update check to call default src_prepare
authorBernard Cafarelli <voyageur@gentoo.org>
Sun, 19 Aug 2018 08:18:41 +0000 (10:18 +0200)
committerBernard Cafarelli <voyageur@gentoo.org>
Mon, 20 Aug 2018 16:13:52 +0000 (18:13 +0200)
This now filters older EAPIs to support EAPI 7
Also add @SUPPORTED_EAPIS

eclass/gnustep-base.eclass

index 5698c777da6752ba65b8278c199fe6f21b92e7d3..6cd9f532a55fe47c115d2a71b4182c0c42b5e932 100644 (file)
@@ -1,9 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: gnustep-base.eclass
 # @MAINTAINER:
 # GNUstep Herd <gnustep@gentoo.org>
+# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 7
 # @BLURB: Internal handling of GNUstep pacakges
 # @DESCRIPTION:
 # Inner gnustep eclass, should only be inherited directly by gnustep-base
@@ -62,7 +63,7 @@ gnustep-base_src_prepare() {
                eend $?
        fi
 
-       has ${EAPI:-0} 6 && default
+       ! has ${EAPI:-0} 0 1 2 3 4 5 && default
 }
 
 gnustep-base_src_configure() {