dev-embedded/sdcc: drop upstreamed 'AR =' fix
authorSergei Trofimovich <slyfox@gentoo.org>
Thu, 16 Jan 2020 08:00:28 +0000 (08:00 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Thu, 16 Jan 2020 08:30:33 +0000 (08:30 +0000)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
dev-embedded/sdcc/sdcc-3.8.0-r1.ebuild
dev-embedded/sdcc/sdcc-9999.ebuild

index 08e64f35f2beac1f1d0f2247a29a7d41a620c194..7917e57ae052246fd57ba3e23f35bfab9252d6ca 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -68,12 +68,6 @@ src_prepare() {
                        -e 's:\<(PORTDIR|ARCH)\>:SDCC\1:g' \
                        {} + || die
 
-       # https://sourceforge.net/p/sdcc/bugs/2398/
-       sed -i -e '1iAR = @AR@' Makefile.common.in || die
-       sed -i \
-               -e "/^AR =/s:=.*:=$(tc-getAR):" \
-               support/cpp/Makefile.in || die
-
        # Make sure timestamps don't get messed up.
        [[ ${PV} == "9999" ]] && find "${S}" -type f -exec touch -r . {} +
 
index 23c2e5edc149f656a2d25dae450f79ff846fd785..e77bef24bf557832fe16d3b95882e57cc839eb54 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -68,12 +68,6 @@ src_prepare() {
                        -e 's:\<(PORTDIR|ARCH)\>:SDCC\1:g' \
                        {} + || die
 
-       # https://sourceforge.net/p/sdcc/bugs/2398/
-       sed -i -e '1iAR = @AR@' Makefile.common.in || die
-       sed -i \
-               -e "/^AR =/s:=.*:=$(tc-getAR):" \
-               support/cpp/Makefile.in || die
-
        # Make sure timestamps don't get messed up.
        [[ ${PV} == "9999" ]] && find "${S}" -type f -exec touch -r . {} +