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-text | |
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-text')
-rw-r--r-- | app-text/arianna/arianna-9999.ebuild | 2 | ||||
-rw-r--r-- | app-text/kbibtex/kbibtex-9999.ebuild | 2 | ||||
-rw-r--r-- | app-text/kjots/kjots-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-text/arianna/arianna-9999.ebuild b/app-text/arianna/arianna-9999.ebuild index c33ddffc63..cffe0e742d 100644 --- a/app-text/arianna/arianna-9999.ebuild +++ b/app-text/arianna/arianna-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 ECM_TEST="forceoptional" KDE_ORG_CATEGORY="graphics" PVCUT=$(ver_cut 1-3) -KFMIN=6.2.0 +KFMIN=6.3.0 QTMIN=6.6.2 inherit ecm gear.kde.org diff --git a/app-text/kbibtex/kbibtex-9999.ebuild b/app-text/kbibtex/kbibtex-9999.ebuild index ea12dffa8a..06ae2749e8 100644 --- a/app-text/kbibtex/kbibtex-9999.ebuild +++ b/app-text/kbibtex/kbibtex-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 ECM_HANDBOOK="optional" ECM_TEST="true" -KFMIN=6.0.0 +KFMIN=6.3.0 QTMIN=6.6.2 inherit ecm kde.org optfeature diff --git a/app-text/kjots/kjots-9999.ebuild b/app-text/kjots/kjots-9999.ebuild index dfa110c415..71b39d1514 100644 --- a/app-text/kjots/kjots-9999.ebuild +++ b/app-text/kjots/kjots-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 KDE_ORG_CATEGORY="pim" -KFMIN=6.0.0 +KFMIN=6.3.0 QTMIN=6.6.2 inherit ecm kde.org |