From: Andreas Sturmlechner Date: Thu, 16 Jan 2020 23:29:33 +0000 (+0100) Subject: kde.org.eclass: Support kde-plasma unstable point release tarballs X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=65844e7fcf921da1e37efc4160fc26afa37cfc45;p=gentoo.git kde.org.eclass: Support kde-plasma unstable point release tarballs Signed-off-by: Andreas Sturmlechner --- diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index b943ebabb3da..2776b5b972f2 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" ;;