Skip to content

Commit

Permalink
kde4-base.eclass: remove reference to old kdelibs versions
Browse files Browse the repository at this point in the history
Signed-off-by: layman <layman@localhost>
  • Loading branch information
Michael Palimaka authored and Lars Wendler committed Sep 19, 2016
1 parent aaf72b0 commit 5db5b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/kde4-base.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ if [[ ${PN} != kdelibs ]]; then
optional) _kdelibsuse="webkit?" ;;
*) ;;
esac
kdecommondepend+=" || ( $(add_kdebase_dep kdelibs "${_kdelibsuse}" 4.14.22) <kde-base/kdelibs-4.14.22 )"
kdecommondepend+=" $(add_kdebase_dep kdelibs "${_kdelibsuse}" 4.14.22)"
unset _kdelibsuse
if [[ ${KDEBASE} = kdevelop ]]; then
if [[ ${PN} != kdevplatform ]]; then
Expand Down

0 comments on commit 5db5b27

Please sign in to comment.