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-db/tokyocabinet/
Date: Mon, 06 Dec 2021 20:26:31
Message-Id: 1638822381.e16b47e9eb0451a40e2d3460df5a6b03ecd883c9.sam@gentoo
1 commit: e16b47e9eb0451a40e2d3460df5a6b03ecd883c9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 6 20:25:53 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 6 20:26:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e16b47e9
7
8 dev-db/tokyocabinet: drop USE=debug
9
10 Fails to build (requires static linking) and seems of
11 limited utility for us.
12
13 See: https://forums.gentoo.org/viewtopic-p-8683763.html
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild | 3 +--
17 1 file changed, 1 insertion(+), 2 deletions(-)
18
19 diff --git a/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild b/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild
20 index 4efc8e3e6d20..df6c7e422489 100644
21 --- a/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild
22 +++ b/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild
23 @@ -12,7 +12,7 @@ SRC_URI="https://fallabs.com/tokyocabinet/${P}.tar.gz"
24 LICENSE="LGPL-2.1"
25 SLOT="0"
26 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
27 -IUSE="bzip2 debug doc examples threads zlib"
28 +IUSE="bzip2 doc examples threads zlib"
29
30 DEPEND="bzip2? ( app-arch/bzip2 )
31 zlib? ( sys-libs/zlib )"
32 @@ -46,7 +46,6 @@ src_prepare() {
33 src_configure() {
34 # we use the "fastest" target without the -O3
35 econf \
36 - $(use_enable debug) \
37 $(use_enable bzip2 bzip) \
38 $(use_enable zlib) \
39 $(use_enable threads pthread) \