diff options
-rw-r--r-- | dev-libs/gmp/gmp-6.2.1-r1.ebuild | 9 | ||||
-rw-r--r-- | dev-libs/gmp/gmp-6.2.1-r2.ebuild | 9 |
2 files changed, 4 insertions, 14 deletions
diff --git a/dev-libs/gmp/gmp-6.2.1-r1.ebuild b/dev-libs/gmp/gmp-6.2.1-r1.ebuild index 2b5f277c706b..8f30f9f28ee6 100644 --- a/dev-libs/gmp/gmp-6.2.1-r1.ebuild +++ b/dev-libs/gmp/gmp-6.2.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit flag-o-matic libtool multilib-minimal toolchain-funcs +inherit libtool multilib-minimal toolchain-funcs MY_PV=${PV/_p*} MY_PV=${MY_PV/_/-} @@ -75,11 +75,6 @@ multilib_src_configure() { esac export GMPABI - # bug #367719 - if [[ ${CHOST} == *-mint* ]]; then - filter-flags -O? - fi - tc-export CC # --with-pic forces static libraries to be built as PIC diff --git a/dev-libs/gmp/gmp-6.2.1-r2.ebuild b/dev-libs/gmp/gmp-6.2.1-r2.ebuild index 9911396d0077..9f52d12e043a 100644 --- a/dev-libs/gmp/gmp-6.2.1-r2.ebuild +++ b/dev-libs/gmp/gmp-6.2.1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit flag-o-matic libtool multilib-minimal toolchain-funcs +inherit libtool multilib-minimal toolchain-funcs MY_PV=${PV/_p*} MY_PV=${MY_PV/_/-} @@ -78,11 +78,6 @@ multilib_src_configure() { esac export GMPABI - # bug #367719 - if [[ ${CHOST} == *-mint* ]]; then - filter-flags -O? - fi - tc-export CC # --with-pic forces static libraries to be built as PIC |