app-emulation/simh: drop deprecated USE_NETWORK=1
authorSergei Trofimovich <slyfox@gentoo.org>
Thu, 30 Jan 2020 09:26:56 +0000 (09:26 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Thu, 30 Jan 2020 09:27:06 +0000 (09:27 +0000)
Follow the suggestion from https://github.com/simh/simh/issues/15
to drop USE_NETWORK=1.

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
app-emulation/simh/simh-3.11.0.ebuild
app-emulation/simh/simh-3.9.0-r1.ebuild

index 5c9e5593eacc92df03c9356c394cc2a777f8ef73..3be97ccd83eb9361a71618c3da38f8a8318c8310 100644 (file)
@@ -42,7 +42,7 @@ src_compile() {
        export LDFLAGS_O="${LDFLAGS}"
        export CFLAGS_O="${CFLAGS}"
 
-       local my_makeopts="USE_NETWORK=1"
+       local my_makeopts=""
        if tc-is-gcc && ver_test $(gcc-version) -lt 4.6 ; then
                my_makeopts+=" NO_LTO=1"
        fi
index ee884176530e81b018a157efca8c67865357af14..dcf25c3cb9cd5ad00e468b0722f5163134115cb4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -40,7 +40,7 @@ src_compile() {
        export LDFLAGS_O="${LDFLAGS}"
        export CFLAGS_O="${CFLAGS}"
 
-       local my_makeopts="USE_NETWORK=1"
+       local my_makeopts=""
        if [ "$(gcc-major-version)" -le "4" -a "$(gcc-minor-version)" -lt "6" ] ; then
                my_makeopts+=" NO_LTO=1"
        fi