From b9e8f3cc44aed3b6da71c7510c6287bf7bbbc66b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 14 Jun 2023 15:13:45 +0100 Subject: gentoo auto-resync : 14:06:2023 - 15:13:45 --- dev-db/sqlite/sqlite-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-db/sqlite/sqlite-9999.ebuild') diff --git a/dev-db/sqlite/sqlite-9999.ebuild b/dev-db/sqlite/sqlite-9999.ebuild index 2595b6ad1b89..1075e742ae8f 100644 --- a/dev-db/sqlite/sqlite-9999.ebuild +++ b/dev-db/sqlite/sqlite-9999.ebuild @@ -14,9 +14,9 @@ if [[ ${PV} == 9999 ]]; then S="${WORKDIR}"/${PN} PROPERTIES="live" else - SRC_PV="$(printf "%u%02u%02u%02u" $(ver_rs 1- " "))" + printf -v SRC_PV "%u%02u%02u%02u" $(ver_rs 1- " ") DOC_PV="${SRC_PV}" - #DOC_PV="$(printf "%u%02u%02u00" $(ver_rs 1-3 " "))" + #printf -v DOC_PV "%u%02u%02u00" $(ver_rs 1-3 " ") SRC_URI=" https://sqlite.org/2022/${PN}-src-${SRC_PV}.zip -- cgit v1.2.3