diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2021-05-19 01:17:54 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2021-05-19 01:19:15 +0300 |
commit | ae8b9643fbfaa51122f9f7df199c4b5c5f7232b0 (patch) | |
tree | e7792cc15dda5560cc2c7653553954afc69bf3cd /sci-mathematics | |
parent | virtual/perl-I18N-LangTags: Add 5.34 version (diff) | |
download | gentoo-ae8b9643fbfaa51122f9f7df199c4b5c5f7232b0.tar.gz gentoo-ae8b9643fbfaa51122f9f7df199c4b5c5f7232b0.tar.bz2 gentoo-ae8b9643fbfaa51122f9f7df199c4b5c5f7232b0.zip |
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@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/prng/prng-3.0.2-r3.ebuild | 4 |
1 files changed, 1 insertions, 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 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) } |