diff options
Diffstat (limited to 'dev-libs/leveldb')
-rw-r--r-- | dev-libs/leveldb/leveldb-1.20.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/leveldb/leveldb-1.20.ebuild b/dev-libs/leveldb/leveldb-1.20.ebuild index fbf7e9603eda..6961f094c8cc 100644 --- a/dev-libs/leveldb/leveldb-1.20.ebuild +++ b/dev-libs/leveldb/leveldb-1.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ LICENSE="BSD" # https://github.com/google/leveldb/issues/536 SLOT="0/1" KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="+snappy static-libs kernel_FreeBSD +tcmalloc test" +IUSE="+snappy static-libs +tcmalloc test" RESTRICT="!test? ( test )" DEPEND="tcmalloc? ( dev-util/google-perftools ) @@ -34,7 +34,7 @@ src_configure() { tc-export AR CC CXX export OPT="-DNDEBUG ${CPPFLAGS}" - TARGET_OS=$(usex kernel_FreeBSD FreeBSD Linux) \ + TARGET_OS=Linux \ USE_SNAPPY=$(usex snappy) \ USE_TCMALLOC=no \ TMPDIR=${T} \ |