summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-06 15:09:46 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-15 17:21:06 +0100
commit221898887dc67b25743f08052dcbc07daf1a62e0 (patch)
tree04c8211577e9572d4cb082d2bead8210003a0a9d /eclass
parentplasma.kde.org.eclass: Support versioning scheme of Plasma 6 Betas (diff)
downloadgentoo-221898887dc67b25743f08052dcbc07daf1a62e0.tar.gz
gentoo-221898887dc67b25743f08052dcbc07daf1a62e0.tar.bz2
gentoo-221898887dc67b25743f08052dcbc07daf1a62e0.zip
plasma.kde.org.eclass: Support KDE_ORG_TAR_PN
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/plasma.kde.org.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/plasma.kde.org.eclass b/eclass/plasma.kde.org.eclass
index 8a91155fc798..7a829b859676 100644
--- a/eclass/plasma.kde.org.eclass
+++ b/eclass/plasma.kde.org.eclass
@@ -74,7 +74,7 @@ elif [[ -z ${KDE_ORG_COMMIT} ]]; then
*) _KDE_SRC_URI+="stable/plasma/$(ver_cut 1-3)/" ;;
esac
- SRC_URI="${_KDE_SRC_URI}${KDE_ORG_NAME}-${PV}.tar.xz"
+ SRC_URI="${_KDE_SRC_URI}${KDE_ORG_TAR_PN}-${PV}.tar.xz"
fi
if [[ ${_PSLOT} == 6 ]]; then