diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-06-07 21:38:41 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-06-12 17:19:07 +0200 |
commit | 4cc68f75938e17704ce27985fd3bba2f3f6a877f (patch) | |
tree | effc9c622cceca4ca82079a6fe2d777a2c2c56b3 /net-p2p | |
parent | ecm.eclass: Pass -DKDE_INSTALL_LIBEXECDIR="${EPREFIX}/usr/libexec" (diff) | |
download | kde-4cc68f75938e17704ce27985fd3bba2f3f6a877f.tar.gz kde-4cc68f75938e17704ce27985fd3bba2f3f6a877f.tar.bz2 kde-4cc68f75938e17704ce27985fd3bba2f3f6a877f.zip |
*/*: KF 6.3.0 changes LIBEXECDIR path, so raise KFMIN=6.3.0 everywhere
Bug: https://bugs.gentoo.org/928345
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ktorrent/ktorrent-24.05.49.9999.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/ktorrent/ktorrent-24.05.49.9999.ebuild b/net-p2p/ktorrent/ktorrent-24.05.49.9999.ebuild index 205dd20c65..81d0ec31f9 100644 --- a/net-p2p/ktorrent/ktorrent-24.05.49.9999.ebuild +++ b/net-p2p/ktorrent/ktorrent-24.05.49.9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 ECM_HANDBOOK="optional" ECM_TEST="true" -KFMIN=6.0.0 +KFMIN=6.3.0 PVCUT=$(ver_cut 1-3) QTMIN=6.6.2 inherit ecm gear.kde.org diff --git a/net-p2p/ktorrent/ktorrent-9999.ebuild b/net-p2p/ktorrent/ktorrent-9999.ebuild index ecbcdea86e..81d0ec31f9 100644 --- a/net-p2p/ktorrent/ktorrent-9999.ebuild +++ b/net-p2p/ktorrent/ktorrent-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 ECM_HANDBOOK="optional" ECM_TEST="true" -KFMIN=6.2.0 +KFMIN=6.3.0 PVCUT=$(ver_cut 1-3) QTMIN=6.6.2 inherit ecm gear.kde.org |