summaryrefslogtreecommitdiff
path: root/dev-db/sqlite/sqlite-9999.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-11-21 08:07:48 +0000
committerSam James <sam@gentoo.org>2022-11-21 08:08:02 +0000
commit2105b197b5c8f14573c9b72aa5b161a4c5e41d8b (patch)
treeba6292246d4217c755c60d66beb7a9ef1647182f /dev-db/sqlite/sqlite-9999.ebuild
parentde122625414fe6e93f8339aafbb7d6749d768966 (diff)
downloadgentoo-2105b197b5c8f14573c9b72aa5b161a4c5e41d8b.tar.gz
gentoo-2105b197b5c8f14573c9b72aa5b161a4c5e41d8b.tar.bz2
gentoo-2105b197b5c8f14573c9b72aa5b161a4c5e41d8b.zip
dev-db/sqlite: add 3.40.0 (unkeyworded because of test failure)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/sqlite/sqlite-9999.ebuild')
-rw-r--r--dev-db/sqlite/sqlite-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/sqlite/sqlite-9999.ebuild b/dev-db/sqlite/sqlite-9999.ebuild
index 15185bf0aa76..45db3caab46a 100644
--- a/dev-db/sqlite/sqlite-9999.ebuild
+++ b/dev-db/sqlite/sqlite-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit autotools flag-o-matic multilib-minimal toolchain-funcs
@@ -327,7 +327,7 @@ multilib_src_configure() {
}
multilib_src_compile() {
- emake HAVE_TCL="$(usex tcl 1 "")" TCLLIBDIR="${EPREFIX}/usr/$(get_libdir)/${P}"
+ emake HAVE_TCL="$(usev tcl 1)" TCLLIBDIR="${EPREFIX}/usr/$(get_libdir)/${P}"
if use tools && multilib_is_native_abi; then
emake changeset dbdump dbhash dbtotxt index_usage rbu scrub showdb showjournal showshm showstat4 showwal sqldiff sqlite3_analyzer sqlite3_checker sqlite3_expert sqltclsh