Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ntl/
Date: Tue, 18 Jan 2022 14:49:46
Message-Id: 1642517277.3479b00f345a3df28d032ea905246867650168e0.mjo@gentoo
1 commit: 3479b00f345a3df28d032ea905246867650168e0
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 18 14:47:41 2022 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 18 14:47:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3479b00f
7
8 dev-libs/ntl: new upstream version 11.5.1.
9
10 Closes: https://bugs.gentoo.org/718892
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
13
14 dev-libs/ntl/Manifest | 1 +
15 dev-libs/ntl/{ntl-11.4.4-r1.ebuild => ntl-11.5.1.ebuild} | 7 ++++++-
16 2 files changed, 7 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-libs/ntl/Manifest b/dev-libs/ntl/Manifest
19 index ea540e36f6a4..c44f36699663 100644
20 --- a/dev-libs/ntl/Manifest
21 +++ b/dev-libs/ntl/Manifest
22 @@ -1 +1,2 @@
23 DIST ntl-11.4.4.tar.gz 2378708 BLAKE2B 9a4c85bbe2fd2d3360988e0c350864fc0a05714e39ce3972228d93aba17f0dc079c90fbe40ab9d72116d1e31f55328bbd5cc71cd080e42ea33bc92361b4462aa SHA512 ed89d82008ca8785cb3d69de9577f42abe464dabf167ea2aaf801951843fc427d41171cbaac2f0cf68f35110d029cc28a65bd5aad69d30e7312f5ebcb0b58911
24 +DIST ntl-11.5.1.tar.gz 2304103 BLAKE2B 92284383451c7a810f7ee8d9a82836695d19d2a2e46b71c8c60b00acb77f4b4d3bad5497a309616a3e3188567d20203f5ad31295130ab0f3ace08417188c9fda SHA512 cf1f642b8a0f9cdc6dda888e07183817dc67ff494e56a852053aeb15b3d2a0e61fbc05824779c5d1f20b8115fba6f97266acf7e0b0b527c25df5989c86d5928f
25
26 diff --git a/dev-libs/ntl/ntl-11.4.4-r1.ebuild b/dev-libs/ntl/ntl-11.5.1.ebuild
27 similarity index 90%
28 rename from dev-libs/ntl/ntl-11.4.4-r1.ebuild
29 rename to dev-libs/ntl/ntl-11.5.1.ebuild
30 index cc4a14f83cd4..cc0f2835f57f 100644
31 --- a/dev-libs/ntl/ntl-11.4.4-r1.ebuild
32 +++ b/dev-libs/ntl/ntl-11.5.1.ebuild
33 @@ -1,4 +1,4 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 +# Copyright 1999-2022 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=8
39 @@ -32,6 +32,11 @@ src_unpack() {
40 }
41
42 src_configure() {
43 + # The DoConfig script builds its own libtool, but doesn't
44 + # really try to set up the build environment (bug 718892).
45 + export CC=$(tc-getCC)
46 + export CXX=$(tc-getCXX)
47 +
48 # Currently the build system can build a static library or both
49 # static and shared libraries, but not only shared libraries. The
50 # name NTL_GMP_LIP is *not* a typo.