commit:     ae8b9643fbfaa51122f9f7df199c4b5c5f7232b0
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Tue May 18 22:17:54 2021 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Tue May 18 22:19:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae8b9643

sci-mathematics/prng: cleanup debug code

It has NOOP effect on the resulting library.

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>

 sci-mathematics/prng/prng-3.0.2-r3.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sci-mathematics/prng/prng-3.0.2-r3.ebuild 
b/sci-mathematics/prng/prng-3.0.2-r3.ebuild
index e4cc42dcc3e..add90f9238c 100644
--- a/sci-mathematics/prng/prng-3.0.2-r3.ebuild
+++ b/sci-mathematics/prng/prng-3.0.2-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools flag-o-matic
+inherit autotools
 
 DESCRIPTION="Pseudo-Random Number Generator library"
 HOMEPAGE="http://statmath.wu.ac.at/prng/";
@@ -25,8 +25,6 @@ src_prepare() {
 }
 
 src_configure() {
-       # bug 705318
-       append-cflags -fvisibility-inlines-hidden
        econf $(use_enable static-libs static)
 }
 

Reply via email to