From 9c11e14064d52a62bce2b43678b09c32a9d95750 Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Sun, 14 Apr 2024 22:55:31 +0200 Subject: [PATCH] sys-boot/u-boot: Fix SRC_URI ${MY_P} became empty in "QC: sys-boot/u-boot". Fixes #80 Fixes: d2c4b393388d ("QC: sys-boot/u-boot") Signed-off-by: Janne Grunau --- sys-boot/u-boot/u-boot-2023.07.02_p4-r1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-boot/u-boot/u-boot-2023.07.02_p4-r1.ebuild b/sys-boot/u-boot/u-boot-2023.07.02_p4-r1.ebuild index 49ea0a4..40c53c7 100644 --- a/sys-boot/u-boot/u-boot-2023.07.02_p4-r1.ebuild +++ b/sys-boot/u-boot/u-boot-2023.07.02_p4-r1.ebuild @@ -4,6 +4,10 @@ EAPI="8" PYTHON_COMPAT=( python3_{10..11} ) +# $PV is expected to be of following form: 2023.07.02_p2 +MY_TAG="$(ver_cut 5)" +MY_P="asahi-v$(ver_cut 1-3)-${MY_TAG}" + DESCRIPTION="Asahi Linux fork of Das U-Boot" HOMEPAGE="https://asahilinux.org/" SRC_URI="https://github.com/AsahiLinux/u-boot/archive/refs/tags/${MY_P}.tar.gz -> ${PN}-${PV}.tar.gz" @@ -16,10 +20,6 @@ PATCHES=( "${FILESDIR}/u-boot-2023.07.02_p4-font-size.patch" ) -# $PV is expected to be of following form: 2023.07.02_p2 -MY_TAG="$(ver_cut 5)" -MY_P="asahi-v$(ver_cut 1-3)-${MY_TAG}" - BDEPEND=" app-arch/cpio dev-lang/perl