commit:     591d8256b3a673470c98f96588dd4a0ef18b7c6c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  9 08:04:54 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 23:20:49 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=591d8256

kde.org.eclass: Use KDE_ORG_NAME to determine fetch location

Makes much more sense here instead of PN, and avoids duplicating checks
for split packages.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/kde.org.eclass | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
index a803cab662..2ddde6a865 100644
--- a/eclass/kde.org.eclass
+++ b/eclass/kde.org.eclass
@@ -197,8 +197,7 @@ _kde.org_calculate_src_uri() {
        case ${CATEGORY} in
                kde-frameworks)
                        _src_uri+="stable/frameworks/$(ver_cut 1-2)/"
-                       case ${PN} in
-                               countryflags | \
+                       case ${KDE_ORG_NAME} in
                                kdelibs4support | \
                                kdesignerplugin | \
                                kdewebkit | \

Reply via email to