Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/leveldb/
Date: Tue, 04 Jan 2022 03:29:28
Message-Id: 1641266923.cd95efbaa237970e042293e4c9841ca905e29be8.sam@gentoo
1 commit: cd95efbaa237970e042293e4c9841ca905e29be8
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 16:10:29 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 03:28:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd95efba
7
8 dev-libs/leveldb: remove kernel_FreeBSD
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-libs/leveldb/leveldb-1.20.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-libs/leveldb/leveldb-1.20.ebuild b/dev-libs/leveldb/leveldb-1.20.ebuild
17 index fbf7e9603eda..6961f094c8cc 100644
18 --- a/dev-libs/leveldb/leveldb-1.20.ebuild
19 +++ b/dev-libs/leveldb/leveldb-1.20.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -13,7 +13,7 @@ LICENSE="BSD"
27 # https://github.com/google/leveldb/issues/536
28 SLOT="0/1"
29 KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
30 -IUSE="+snappy static-libs kernel_FreeBSD +tcmalloc test"
31 +IUSE="+snappy static-libs +tcmalloc test"
32 RESTRICT="!test? ( test )"
33
34 DEPEND="tcmalloc? ( dev-util/google-perftools )
35 @@ -34,7 +34,7 @@ src_configure() {
36 tc-export AR CC CXX
37 export OPT="-DNDEBUG ${CPPFLAGS}"
38
39 - TARGET_OS=$(usex kernel_FreeBSD FreeBSD Linux) \
40 + TARGET_OS=Linux \
41 USE_SNAPPY=$(usex snappy) \
42 USE_TCMALLOC=no \
43 TMPDIR=${T} \