summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-01-17 00:29:33 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-14 01:17:07 +0100
commit65844e7fcf921da1e37efc4160fc26afa37cfc45 (patch)
tree39ca86ff3de6dc91b58d23fa799e55d7714247b4 /eclass
parentkde-plasma: Add KDE Plasma 5.18.0 (diff)
downloadgentoo-65844e7fcf921da1e37efc4160fc26afa37cfc45.tar.gz
gentoo-65844e7fcf921da1e37efc4160fc26afa37cfc45.tar.bz2
gentoo-65844e7fcf921da1e37efc4160fc26afa37cfc45.zip
kde.org.eclass: Support kde-plasma unstable point release tarballs
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde.org.eclass4
1 files changed, 2 insertions, 2 deletions
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"
;;