Skip to content

Commit

Permalink
[eclass] Fix Plasma 5 SRC_URI wrt bug #524210.
Browse files Browse the repository at this point in the history
  • Loading branch information
kensington committed Oct 1, 2014
1 parent 9819c5f commit aacbae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/kde5.eclass
Expand Up @@ -217,7 +217,7 @@ _calculate_src_uri() {
case ${PV} in
5.?.[6-9]? )
# Plasma 5 beta releases
SRC_URI="mirror://kde/unstable/plasma/${PV}/src/${_kmname}-${PV}.tar.xz"
SRC_URI="mirror://kde/unstable/plasma/${PV}/${_kmname}-${PV}.tar.xz"
RESTRICT+=" mirror"
;;
*)
Expand Down

0 comments on commit aacbae3

Please sign in to comment.