From e16b47e9eb0451a40e2d3460df5a6b03ecd883c9 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 6 Dec 2021 20:25:53 +0000 Subject: dev-db/tokyocabinet: drop USE=debug Fails to build (requires static linking) and seems of limited utility for us. See: https://forums.gentoo.org/viewtopic-p-8683763.html Signed-off-by: Sam James --- dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dev-db/tokyocabinet') diff --git a/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild b/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild index 4efc8e3e6d20..df6c7e422489 100644 --- a/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild +++ b/dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://fallabs.com/tokyocabinet/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" -IUSE="bzip2 debug doc examples threads zlib" +IUSE="bzip2 doc examples threads zlib" DEPEND="bzip2? ( app-arch/bzip2 ) zlib? ( sys-libs/zlib )" @@ -46,7 +46,6 @@ src_prepare() { src_configure() { # we use the "fastest" target without the -O3 econf \ - $(use_enable debug) \ $(use_enable bzip2 bzip) \ $(use_enable zlib) \ $(use_enable threads pthread) \ -- cgit v1.2.3-65-gdbad