commit:     65844e7fcf921da1e37efc4160fc26afa37cfc45
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 23:29:33 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 00:17:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65844e7f

kde.org.eclass: Support kde-plasma unstable point release tarballs

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

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

diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
index b943ebabb3d..2776b5b972f 100644
--- a/eclass/kde.org.eclass
+++ b/eclass/kde.org.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: kde.org.eclass
@@ -136,7 +136,7 @@ _kde.org_calculate_src_uri() {
                        ;;
                kde-plasma)
                        case ${PV} in
-                               5.??.[6-9]? )
+                               5.??.[6-9]?* )
                                        _src_uri+="unstable/plasma/$(ver_cut 
1-3)/"
                                        RESTRICT+=" mirror"
                                        ;;

Reply via email to