commit: e036b9c7de78809c4e5d96606773a12cc4ff7272 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> AuthorDate: Tue Oct 5 07:12:54 2021 +0000 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> 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 <ago <AT> gentoo.org> Closes: https://bugs.gentoo.org/816330 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergey Popov <pinkbyte <AT> 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}")
