summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-15 18:03:05 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-15 18:04:06 +0100
commit531600e06867997a4c6c8494a20db02897fd2d4a (patch)
tree24839f14c8847af3348181f22c0c2be20c60f514
parentmedia-plugins/xbmc-addon-xvdr: install pre-stripped files fixed (diff)
downloadgentoo-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>
-rw-r--r--eclass/ecm.eclass2
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}