From cd95efbaa237970e042293e4c9841ca905e29be8 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Mon, 3 Jan 2022 17:10:29 +0100 Subject: dev-libs/leveldb: remove kernel_FreeBSD Signed-off-by: David Seifert Signed-off-by: Sam James --- dev-libs/leveldb/leveldb-1.20.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-libs/leveldb') 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} \ -- cgit v1.2.3-65-gdbad