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 7E77E158086 for ; Tue, 5 Oct 2021 07:14:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6C63E0857; Tue, 5 Oct 2021 07:14:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A615E0857 for ; Tue, 5 Oct 2021 07:14:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A6E3342D90 for ; Tue, 5 Oct 2021 07:14:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F8CB129 for ; Tue, 5 Oct 2021 07:14:15 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1633418051.e036b9c7de78809c4e5d96606773a12cc4ff7272.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/bitset/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/bitset/bitset-2.8.4-r3.ebuild X-VCS-Directories: dev-libs/bitset/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: e036b9c7de78809c4e5d96606773a12cc4ff7272 X-VCS-Branch: master Date: Tue, 5 Oct 2021 07:14:15 +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: 56af210b-38ed-447a-adfd-0af3cf80be70 X-Archives-Hash: 1c6f27b9eb26b9080e1f0eabe018120b commit: e036b9c7de78809c4e5d96606773a12cc4ff7272 Author: Sergey Popov gentoo org> AuthorDate: Tue Oct 5 07:12:54 2021 +0000 Commit: Sergey Popov gentoo org> CommitDate: Tue Oct 5 07:14:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e036b9c7 dev-libs/bitset: remove reduntant --enable-portable-binary option Proper fix was implemented earlier via removing AX_CC_MAXOPT from configure.ac Reported-by: Agostino Sarubbo gentoo.org> Closes: https://bugs.gentoo.org/816330 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergey Popov gentoo.org> dev-libs/bitset/bitset-2.8.4-r3.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-libs/bitset/bitset-2.8.4-r3.ebuild b/dev-libs/bitset/bitset-2.8.4-r3.ebuild index a05daebd637..f11f3e06f68 100644 --- a/dev-libs/bitset/bitset-2.8.4-r3.ebuild +++ b/dev-libs/bitset/bitset-2.8.4-r3.ebuild @@ -40,7 +40,6 @@ src_configure() { has_version dev-util/google-perftools[minimal] && tcmalloc_lib_name='tcmalloc_minimal' local myeconfargs=( - --enable-portable-binary \ $(use_with jemalloc) \ $(use_with tcmalloc) \ $(use_with tcmalloc tcmalloc-lib "${tcmalloc_lib_name}")