diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-09-15 10:39:33 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-10-26 10:22:34 +0200 |
commit | b1c79decadfe0d9fe3b0be7b22af1fa325b66677 (patch) | |
tree | 0dfebf6652946e7d82d91c2b8008dc5fc5b332fe /eclass/kde5.eclass | |
parent | kde5.eclass: Don't add BUILD_TESTING=OFF if test not in IUSE (diff) | |
download | gentoo-b1c79decadfe0d9fe3b0be7b22af1fa325b66677.tar.gz gentoo-b1c79decadfe0d9fe3b0be7b22af1fa325b66677.tar.bz2 gentoo-b1c79decadfe0d9fe3b0be7b22af1fa325b66677.zip |
eclass: Fix plasma >=5.10 beta URI
Diffstat (limited to 'eclass/kde5.eclass')
-rw-r--r-- | eclass/kde5.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index da0faafec26b..17b480c44e33 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -344,7 +344,7 @@ _calculate_src_uri() { local plasmapv=$(get_version_component_range 1-3) case ${PV} in - 5.?.[6-9]? ) + 5.?.[6-9]? | 5.??.[6-9]? ) # Plasma 5 beta releases SRC_URI="mirror://kde/unstable/plasma/${plasmapv}/${_kmname}-${PV}.tar.xz" RESTRICT+=" mirror" |