Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/prng/
Date: Tue, 18 May 2021 22:19:27
Message-Id: 1621376355.ae8b9643fbfaa51122f9f7df199c4b5c5f7232b0.bircoph@gentoo
1 commit: ae8b9643fbfaa51122f9f7df199c4b5c5f7232b0
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 18 22:17:54 2021 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 22:19:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae8b9643
7
8 sci-mathematics/prng: cleanup debug code
9
10 It has NOOP effect on the resulting library.
11
12 Package-Manager: Portage-3.0.18, Repoman-3.0.3
13 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
14
15 sci-mathematics/prng/prng-3.0.2-r3.ebuild | 4 +---
16 1 file changed, 1 insertion(+), 3 deletions(-)
17
18 diff --git a/sci-mathematics/prng/prng-3.0.2-r3.ebuild b/sci-mathematics/prng/prng-3.0.2-r3.ebuild
19 index e4cc42dcc3e..add90f9238c 100644
20 --- a/sci-mathematics/prng/prng-3.0.2-r3.ebuild
21 +++ b/sci-mathematics/prng/prng-3.0.2-r3.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -inherit autotools flag-o-matic
27 +inherit autotools
28
29 DESCRIPTION="Pseudo-Random Number Generator library"
30 HOMEPAGE="http://statmath.wu.ac.at/prng/"
31 @@ -25,8 +25,6 @@ src_prepare() {
32 }
33
34 src_configure() {
35 - # bug 705318
36 - append-cflags -fvisibility-inlines-hidden
37 econf $(use_enable static-libs static)
38 }