commit:     e16b47e9eb0451a40e2d3460df5a6b03ecd883c9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  6 20:25:53 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec  6 20:26:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e16b47e9

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 <AT> gentoo.org>

 dev-db/tokyocabinet/tokyocabinet-1.4.48-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 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) \

Reply via email to