commit:     e16156bfd1e78676d7c51603d00671949218b79c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  2 07:36:24 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep  2 07:36:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e16156bf

dev-db/sqlite: sync live

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-db/sqlite/sqlite-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-db/sqlite/sqlite-9999.ebuild b/dev-db/sqlite/sqlite-9999.ebuild
index 1075e742ae8f..fb473fb1a985 100644
--- a/dev-db/sqlite/sqlite-9999.ebuild
+++ b/dev-db/sqlite/sqlite-9999.ebuild
@@ -19,8 +19,8 @@ else
        #printf -v DOC_PV "%u%02u%02u00" $(ver_rs 1-3 " ")
 
        SRC_URI="
-               https://sqlite.org/2022/${PN}-src-${SRC_PV}.zip
-               doc? ( https://sqlite.org/2022/${PN}-doc-${DOC_PV}.zip )
+               https://sqlite.org/2023/${PN}-src-${SRC_PV}.zip
+               doc? ( https://sqlite.org/2023/${PN}-doc-${DOC_PV}.zip )
        "
        S="${WORKDIR}/${PN}-src-${SRC_PV}"
 
@@ -362,7 +362,7 @@ multilib_src_test() {
        local SANDBOX_PREDICT=${SANDBOX_PREDICT}
        addpredict "/test.db:/ΓΏ.db"
 
-       emake HAVE_TCL="$(usex tcl 1 "")" $(usex debug 'fulltest' 'test')
+       emake -Onone HAVE_TCL="$(usex tcl 1 "")" $(usex debug 'fulltest' 'test')
 }
 
 multilib_src_install() {

Reply via email to