summaryrefslogtreecommitdiff
path: root/sys-libs/kpmcore/kpmcore-4.2.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/kpmcore/kpmcore-4.2.0.ebuild')
-rw-r--r--sys-libs/kpmcore/kpmcore-4.2.0.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys-libs/kpmcore/kpmcore-4.2.0.ebuild b/sys-libs/kpmcore/kpmcore-4.2.0.ebuild
index 2103dab3c119..6530cb3632d6 100644
--- a/sys-libs/kpmcore/kpmcore-4.2.0.ebuild
+++ b/sys-libs/kpmcore/kpmcore-4.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,6 +20,9 @@ LICENSE="GPL-3"
SLOT="5/10"
IUSE=""
+# bug 689468, tests need polkit etc.
+RESTRICT+=" test"
+
BDEPEND="
>=kde-frameworks/kauth-${KFMIN}:5
virtual/pkgconfig
@@ -36,5 +39,4 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-# bug 689468, tests need polkit etc.
-RESTRICT+=" test"
+PATCHES=( "${FILESDIR}/${P}-kf-5.77.patch" ) # bug 768249