diff options
author | Sam James <sam@gentoo.org> | 2023-09-02 08:36:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-02 08:36:24 +0100 |
commit | e16156bfd1e78676d7c51603d00671949218b79c (patch) | |
tree | 6a9a380246dbdf1dd5c1242000e44344083b55cc /dev-db | |
parent | dev-db/sqlite: destabilize 3.43.0 (diff) | |
download | gentoo-e16156bfd1e78676d7c51603d00671949218b79c.tar.gz gentoo-e16156bfd1e78676d7c51603d00671949218b79c.tar.bz2 gentoo-e16156bfd1e78676d7c51603d00671949218b79c.zip |
dev-db/sqlite: sync live
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/sqlite-9999.ebuild | 6 |
1 files 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() { |