diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2021-10-01 15:29:44 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2021-10-01 15:31:49 +0300 |
commit | c024fb381611bbb5570c854e28c78101081f2aa1 (patch) | |
tree | ed9c37be225a24cd10985b99b07ac3936ae267e5 /dev-libs/bitset | |
parent | dev-python/tempest: fix install of configs (diff) | |
download | gentoo-c024fb381611bbb5570c854e28c78101081f2aa1.tar.gz gentoo-c024fb381611bbb5570c854e28c78101081f2aa1.tar.bz2 gentoo-c024fb381611bbb5570c854e28c78101081f2aa1.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>
Diffstat (limited to 'dev-libs/bitset')
-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}") |