Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gmp/
Date: Sun, 02 Jan 2022 09:13:52
Message-Id: 1641114802.b01137ded6d407d0e418c03b0442effa14327588.soap@gentoo
1 commit: b01137ded6d407d0e418c03b0442effa14327588
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 09:13:22 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 09:13:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b01137de
7
8 dev-libs/gmp: remove mintlib
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 dev-libs/gmp/gmp-6.2.1-r1.ebuild | 9 ++-------
13 dev-libs/gmp/gmp-6.2.1-r2.ebuild | 9 ++-------
14 2 files changed, 4 insertions(+), 14 deletions(-)
15
16 diff --git a/dev-libs/gmp/gmp-6.2.1-r1.ebuild b/dev-libs/gmp/gmp-6.2.1-r1.ebuild
17 index 2b5f277c706b..8f30f9f28ee6 100644
18 --- a/dev-libs/gmp/gmp-6.2.1-r1.ebuild
19 +++ b/dev-libs/gmp/gmp-6.2.1-r1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -inherit flag-o-matic libtool multilib-minimal toolchain-funcs
28 +inherit libtool multilib-minimal toolchain-funcs
29
30 MY_PV=${PV/_p*}
31 MY_PV=${MY_PV/_/-}
32 @@ -75,11 +75,6 @@ multilib_src_configure() {
33 esac
34 export GMPABI
35
36 - # bug #367719
37 - if [[ ${CHOST} == *-mint* ]]; then
38 - filter-flags -O?
39 - fi
40 -
41 tc-export CC
42
43 # --with-pic forces static libraries to be built as PIC
44
45 diff --git a/dev-libs/gmp/gmp-6.2.1-r2.ebuild b/dev-libs/gmp/gmp-6.2.1-r2.ebuild
46 index 9911396d0077..9f52d12e043a 100644
47 --- a/dev-libs/gmp/gmp-6.2.1-r2.ebuild
48 +++ b/dev-libs/gmp/gmp-6.2.1-r2.ebuild
49 @@ -1,9 +1,9 @@
50 -# Copyright 1999-2021 Gentoo Authors
51 +# Copyright 1999-2022 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=7
55
56 -inherit flag-o-matic libtool multilib-minimal toolchain-funcs
57 +inherit libtool multilib-minimal toolchain-funcs
58
59 MY_PV=${PV/_p*}
60 MY_PV=${MY_PV/_/-}
61 @@ -78,11 +78,6 @@ multilib_src_configure() {
62 esac
63 export GMPABI
64
65 - # bug #367719
66 - if [[ ${CHOST} == *-mint* ]]; then
67 - filter-flags -O?
68 - fi
69 -
70 tc-export CC
71
72 # --with-pic forces static libraries to be built as PIC