summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2021-10-01 15:29:44 +0300
committerSergey Popov <pinkbyte@gentoo.org>2021-10-01 15:31:49 +0300
commitc024fb381611bbb5570c854e28c78101081f2aa1 (patch)
treeed9c37be225a24cd10985b99b07ac3936ae267e5
parentdev-python/tempest: fix install of configs (diff)
downloadgentoo-c024fb38.tar.gz
gentoo-c024fb38.tar.bz2
gentoo-c024fb38.zip
dev-libs/bitset: revision bump
Respect CFLAGS by requesting portable binary from package buildsystem Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
-rw-r--r--dev-libs/bitset/bitset-2.8.4-r2.ebuild (renamed from dev-libs/bitset/bitset-2.8.4-r1.ebuild)1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-libs/bitset/bitset-2.8.4-r1.ebuild b/dev-libs/bitset/bitset-2.8.4-r2.ebuild
index 74a48300b7fc..a40c6612612d 100644
--- a/dev-libs/bitset/bitset-2.8.4-r1.ebuild
+++ b/dev-libs/bitset/bitset-2.8.4-r2.ebuild
@@ -35,6 +35,7 @@ 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}")