From ae8b9643fbfaa51122f9f7df199c4b5c5f7232b0 Mon Sep 17 00:00:00 2001 From: Andrew Savchenko Date: Wed, 19 May 2021 01:17:54 +0300 Subject: 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 --- sci-mathematics/prng/prng-3.0.2-r3.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sci-mathematics/prng') diff --git a/sci-mathematics/prng/prng-3.0.2-r3.ebuild b/sci-mathematics/prng/prng-3.0.2-r3.ebuild index e4cc42dcc3ef..add90f9238c1 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) } -- cgit v1.2.3-65-gdbad