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 /app-editors | |
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 'app-editors')
-rw-r--r-- | app-editors/ghostwriter/ghostwriter-24.05.49.9999.ebuild | 2 | ||||
-rw-r--r-- | app-editors/ghostwriter/ghostwriter-9999.ebuild | 2 | ||||
-rw-r--r-- | app-editors/kile/kile-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/ghostwriter/ghostwriter-24.05.49.9999.ebuild b/app-editors/ghostwriter/ghostwriter-24.05.49.9999.ebuild index 39d3d88a84..a36b0c04b0 100644 --- a/app-editors/ghostwriter/ghostwriter-24.05.49.9999.ebuild +++ b/app-editors/ghostwriter/ghostwriter-24.05.49.9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 KDE_ORG_CATEGORY="office" ECM_HANDBOOK="optional" -KFMIN=6.0.0 +KFMIN=6.3.0 QTMIN=6.6.2 inherit ecm gear.kde.org diff --git a/app-editors/ghostwriter/ghostwriter-9999.ebuild b/app-editors/ghostwriter/ghostwriter-9999.ebuild index 02cf1c8b4f..a36b0c04b0 100644 --- a/app-editors/ghostwriter/ghostwriter-9999.ebuild +++ b/app-editors/ghostwriter/ghostwriter-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 KDE_ORG_CATEGORY="office" ECM_HANDBOOK="optional" -KFMIN=6.2.0 +KFMIN=6.3.0 QTMIN=6.6.2 inherit ecm gear.kde.org diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild index ea470a7fed..f2221295c5 100644 --- a/app-editors/kile/kile-9999.ebuild +++ b/app-editors/kile/kile-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 ECM_HANDBOOK="forceoptional" KDE_ORG_CATEGORY="office" -KFMIN=6.0.0 +KFMIN=6.3.0 QTMIN=6.6.2 MY_P=${P/_beta/b} inherit ecm kde.org |