diff options
author | David Seifert <soap@gentoo.org> | 2022-01-03 17:10:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-04 03:28:43 +0000 |
commit | cd95efbaa237970e042293e4c9841ca905e29be8 (patch) | |
tree | c698078380ddc4ab2ab38c0bbd31f684092ffd9c /dev-libs/leveldb | |
parent | app-misc/tmux: remove kernel_FreeBSD (diff) | |
download | gentoo-cd95efbaa237970e042293e4c9841ca905e29be8.tar.gz gentoo-cd95efbaa237970e042293e4c9841ca905e29be8.tar.bz2 gentoo-cd95efbaa237970e042293e4c9841ca905e29be8.zip |
dev-libs/leveldb: remove kernel_FreeBSD
Signed-off-by: David Seifert <soap@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
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} \ |