diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-06 15:09:46 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-06 15:48:09 +0100 |
| commit | 36f6f6f9ca5845043b67666707d9389ca4f26283 (patch) | |
| tree | 0949954de52eafefa35f3d5a88d7a5a40f59f361 | |
| parent | 9b7e28a5a2469933849659b1c52e3a96d36814fd (diff) | |
| download | kde-36f6f6f9ca5845043b67666707d9389ca4f26283.tar.gz kde-36f6f6f9ca5845043b67666707d9389ca4f26283.tar.bz2 kde-36f6f6f9ca5845043b67666707d9389ca4f26283.zip | |
plasma.kde.org.eclass: Support KDE_ORG_TAR_PN
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | eclass/plasma.kde.org.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/plasma.kde.org.eclass b/eclass/plasma.kde.org.eclass index 8a91155fc79..7a829b85967 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 |
