From 65844e7fcf921da1e37efc4160fc26afa37cfc45 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 17 Jan 2020 00:29:33 +0100 Subject: kde.org.eclass: Support kde-plasma unstable point release tarballs Signed-off-by: Andreas Sturmlechner --- eclass/kde.org.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') 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" ;; -- cgit v1.2.3-18-g5258