diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-15 18:03:05 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-15 18:04:06 +0100 |
commit | 531600e06867997a4c6c8494a20db02897fd2d4a (patch) | |
tree | 24839f14c8847af3348181f22c0c2be20c60f514 /eclass | |
parent | media-plugins/xbmc-addon-xvdr: install pre-stripped files fixed (diff) | |
download | gentoo-531600e06867997a4c6c8494a20db02897fd2d4a.tar.gz gentoo-531600e06867997a4c6c8494a20db02897fd2d4a.tar.bz2 gentoo-531600e06867997a4c6c8494a20db02897fd2d4a.zip |
ecm.eclass: Fix kde-frameworks/ minimum to major.minor of PV
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ecm.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ecm.eclass b/eclass/ecm.eclass index ddfe92c1d0b9..1616df9aab57 100644 --- a/eclass/ecm.eclass +++ b/eclass/ecm.eclass @@ -159,7 +159,7 @@ fi # changed unless we also bump EAPI, which usually implies (rev-)bumping. # Version will later be used to differentiate between KF5/Qt5 and KF6/Qt6. if [[ ${CATEGORY} = kde-frameworks ]]; then - : ${KFMIN:=${PV}} + : ${KFMIN:=$(ver_cut 1-2)} fi : ${KFMIN:=5.64.0} |