toolchain.eclass: port to EAPI=7
authorSergei Trofimovich <slyfox@gentoo.org>
Sat, 19 Oct 2019 18:55:57 +0000 (19:55 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sat, 19 Oct 2019 21:20:32 +0000 (22:20 +0100)
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
eclass/toolchain.eclass
sys-devel/gcc/files/gcc-configure-texinfo.patch

index 32483555b051e7240ee56ea69527d94fd7c4fe31..6f70d8061006e7533b1ef68d705c259e7567b40b 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 # Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
-# @SUPPORTED_EAPIS: 5 6
+# @SUPPORTED_EAPIS: 5 6 7
 
 DESCRIPTION="The GNU Compiler Collection"
 HOMEPAGE="https://gcc.gnu.org/"
@@ -27,6 +27,7 @@ FEATURES=${FEATURES/multilib-strict/}
 case ${EAPI:-0} in
        0|1|2|3|4*) die "Need to upgrade to at least EAPI=5" ;;
        5*|6) inherit eapi7-ver ;;
+       7) ;;
        *) die "I don't speak EAPI ${EAPI}." ;;
 esac
 EXPORT_FUNCTIONS pkg_pretend pkg_setup src_unpack src_prepare src_configure \
@@ -512,6 +513,7 @@ tc_apply_patches() {
                # Note: even for EAPI=6 we used 'epatch' semantics. To avoid
                # breaking existing ebuilds use 'eapply' only in EAPI=7 or later.
                5*|6) epatch "$@" ;;
+               7) eapply "$@" ;;
                *) die "Update apply_patches() for ${EAPI}." ;;
        esac
 }
@@ -527,7 +529,7 @@ toolchain_src_prepare() {
 
        case ${EAPI:-0} in
                5*) epatch_user;;
-               6) eapply_user ;;
+               6|7) eapply_user ;;
                *) die "Update toolchain_src_prepare() for ${EAPI}." ;;
        esac
 
index ddc098ddbd582fa45271b05dde5c4a9dbdb4248b..99e90998a469e8f0611dc53f3d3d500531edbb2b 100644 (file)
@@ -4,8 +4,8 @@ that it violates the cheesy version grep.
 
 http://bugs.gentoo.org/198182
 
---- configure
-+++ configure
+--- a/configure
++++ b/configure
 @@ -3573,6 +3573,6 @@
        :
      else