diff options
author | Sam James <sam@gentoo.org> | 2024-02-17 04:46:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-17 05:24:25 +0000 |
commit | 232b47383597e9bf7d57cdda7b3f1884e249081e (patch) | |
tree | 0ecffd0c7b5e0242f51c29eef9e302514e174a31 /kde-frameworks/kcrash | |
parent | kde-frameworks/kcoreaddons: Bump QTMIN to 6.6.2 (diff) | |
download | gentoo-232b47383597e9bf7d57cdda7b3f1884e249081e.tar.gz gentoo-232b47383597e9bf7d57cdda7b3f1884e249081e.tar.bz2 gentoo-232b47383597e9bf7d57cdda7b3f1884e249081e.zip |
kde-frameworks/kcrash: Bump QTMIN to 6.6.2
There was an ABI break which means 6.6.2->6.6.1 can't be done but we want
people using latest anyway as there's a lot of churn still.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcrash')
-rw-r--r-- | kde-frameworks/kcrash/kcrash-5.249.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-frameworks/kcrash/kcrash-5.249.0.ebuild b/kde-frameworks/kcrash/kcrash-5.249.0.ebuild index f89cf989d437..66b242efadce 100644 --- a/kde-frameworks/kcrash/kcrash-5.249.0.ebuild +++ b/kde-frameworks/kcrash/kcrash-5.249.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 ECM_TEST="forceoptional" PVCUT=$(ver_cut 1-2) -QTMIN=6.6.0 +QTMIN=6.6.2 inherit ecm frameworks.kde.org DESCRIPTION="Framework for intercepting and handling application crashes" |