summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-12-06 20:25:53 +0000
committerSam James <sam@gentoo.org>2021-12-06 20:26:21 +0000
commite16b47e9eb0451a40e2d3460df5a6b03ecd883c9 (patch)
treefe32c7dd164444d5c3a9ebd3f00b4c48664beb1e /dev-db/tokyocabinet
parentnet-misc/yt-dlp: stabilize 2021.12.1-r1 ALLARCHES (diff)
downloadgentoo-e16b47e9eb0451a40e2d3460df5a6b03ecd883c9.tar.gz
gentoo-e16b47e9eb0451a40e2d3460df5a6b03ecd883c9.tar.bz2
gentoo-e16b47e9eb0451a40e2d3460df5a6b03ecd883c9.zip
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 <sam@gentoo.org>
Diffstat (limited to 'dev-db/tokyocabinet')
-rw-r--r--dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
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) \