From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB7331382C5 for ; Tue, 18 May 2021 22:19:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 248AAE081A; Tue, 18 May 2021 22:19:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FBC3E081A for ; Tue, 18 May 2021 22:19:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8217340C74 for ; Tue, 18 May 2021 22:19:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E20C63D for ; Tue, 18 May 2021 22:19:24 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1621376355.ae8b9643fbfaa51122f9f7df199c4b5c5f7232b0.bircoph@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/prng/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/prng/prng-3.0.2-r3.ebuild X-VCS-Directories: sci-mathematics/prng/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: ae8b9643fbfaa51122f9f7df199c4b5c5f7232b0 X-VCS-Branch: master Date: Tue, 18 May 2021 22:19:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b1e52d4c-2271-44ae-a45c-bdfe44a2b403 X-Archives-Hash: 29db1a65d498ab6ee5dc0b5f226b9689 commit: ae8b9643fbfaa51122f9f7df199c4b5c5f7232b0 Author: Andrew Savchenko gentoo org> AuthorDate: Tue May 18 22:17:54 2021 +0000 Commit: Andrew Savchenko gentoo 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 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) }