diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-10 18:18:51 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-10 18:25:18 +0300 |
commit | ebfc18a3ea0b0087fd3a7933b85165fbf0968091 (patch) | |
tree | 2686fde04a08150ae706f79841f5ad8cbc01c13c /dev-libs/leveldb | |
parent | sys-devel/gcc: drop loong from snapshot, doesnt build for anyone (diff) | |
download | gentoo-ebfc18a3ea0b0087fd3a7933b85165fbf0968091.tar.gz gentoo-ebfc18a3ea0b0087fd3a7933b85165fbf0968091.tar.bz2 gentoo-ebfc18a3ea0b0087fd3a7933b85165fbf0968091.zip |
dev-libs/leveldb: fix dependencies
leveldb, when building with USE="tcmalloc", uses functions of
google-perftools that aren't compiled in with "minimal" mode. In
which case, update the dependency to require minimal mode off.
Closes: https://bugs.gentoo.org/865147
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/leveldb')
-rw-r--r-- | dev-libs/leveldb/leveldb-1.23-r4.ebuild (renamed from dev-libs/leveldb/leveldb-1.23-r3.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/leveldb/leveldb-1.23-r3.ebuild b/dev-libs/leveldb/leveldb-1.23-r4.ebuild index 13684bcf2b50..265ef4f39682 100644 --- a/dev-libs/leveldb/leveldb-1.23-r3.ebuild +++ b/dev-libs/leveldb/leveldb-1.23-r4.ebuild @@ -18,7 +18,7 @@ RESTRICT="!test? ( test )" DEPEND=" dev-libs/crc32c snappy? ( app-arch/snappy:= ) - tcmalloc? ( dev-util/google-perftools:= ) + tcmalloc? ( dev-util/google-perftools:=[-minimal] ) " RDEPEND="${DEPEND}" BDEPEND="test? ( dev-cpp/gtest )" |