Skip to content

Commit

Permalink
kde.org.eclass: Drop KDE Frameworks 5.60 conditional
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Dec 12, 2019
1 parent ead108f commit 5fe9ff5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions eclass/kde.org.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ _kde.org_calculate_src_uri() {
_src_uri+="stable/frameworks/$(ver_cut 1-2)/"
case ${PN} in
kdelibs4support | \
kdesignerplugin | \
kdewebkit | \
khtml | \
kjs | \
Expand All @@ -116,9 +117,6 @@ _kde.org_calculate_src_uri() {
kross)
_src_uri+="portingAids/"
;;
kdesignerplugin)
[[ ${PV} = 5.60.* ]] || _src_uri+="portingAids/"
;;
esac
;;
kde-plasma)
Expand Down

0 comments on commit 5fe9ff5

Please sign in to comment.