Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/simh/
Date: Thu, 30 Jan 2020 09:27:19
Message-Id: 1580376426.afee7f71b7f8537efb7903f019b53746618db882.slyfox@gentoo
1 commit: afee7f71b7f8537efb7903f019b53746618db882
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 30 09:26:56 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 30 09:27:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afee7f71
7
8 app-emulation/simh: drop deprecated USE_NETWORK=1
9
10 Follow the suggestion from https://github.com/simh/simh/issues/15
11 to drop USE_NETWORK=1.
12
13 Package-Manager: Portage-2.3.86, Repoman-2.3.20
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 app-emulation/simh/simh-3.11.0.ebuild | 2 +-
17 app-emulation/simh/simh-3.9.0-r1.ebuild | 4 ++--
18 2 files changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/app-emulation/simh/simh-3.11.0.ebuild b/app-emulation/simh/simh-3.11.0.ebuild
21 index 5c9e5593eac..3be97ccd83e 100644
22 --- a/app-emulation/simh/simh-3.11.0.ebuild
23 +++ b/app-emulation/simh/simh-3.11.0.ebuild
24 @@ -42,7 +42,7 @@ src_compile() {
25 export LDFLAGS_O="${LDFLAGS}"
26 export CFLAGS_O="${CFLAGS}"
27
28 - local my_makeopts="USE_NETWORK=1"
29 + local my_makeopts=""
30 if tc-is-gcc && ver_test $(gcc-version) -lt 4.6 ; then
31 my_makeopts+=" NO_LTO=1"
32 fi
33
34 diff --git a/app-emulation/simh/simh-3.9.0-r1.ebuild b/app-emulation/simh/simh-3.9.0-r1.ebuild
35 index ee884176530..dcf25c3cb9c 100644
36 --- a/app-emulation/simh/simh-3.9.0-r1.ebuild
37 +++ b/app-emulation/simh/simh-3.9.0-r1.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2012 Gentoo Foundation
40 +# Copyright 1999-2020 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=4
44 @@ -40,7 +40,7 @@ src_compile() {
45 export LDFLAGS_O="${LDFLAGS}"
46 export CFLAGS_O="${CFLAGS}"
47
48 - local my_makeopts="USE_NETWORK=1"
49 + local my_makeopts=""
50 if [ "$(gcc-major-version)" -le "4" -a "$(gcc-minor-version)" -lt "6" ] ; then
51 my_makeopts+=" NO_LTO=1"
52 fi