diff options
author | Sam James <sam@gentoo.org> | 2024-02-17 04:46:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-17 05:24:23 +0000 |
commit | 95af3dc61ff45cf1a4daa9974008e7708f0bf1ba (patch) | |
tree | 9aeccf30d5a71e6ef2d9f44dc80c853674aea27a /kde-frameworks/kcompletion | |
parent | kde-frameworks/kcolorscheme: Bump QTMIN to 6.6.2 (diff) | |
download | gentoo-95af3dc61ff45cf1a4daa9974008e7708f0bf1ba.tar.gz gentoo-95af3dc61ff45cf1a4daa9974008e7708f0bf1ba.tar.bz2 gentoo-95af3dc61ff45cf1a4daa9974008e7708f0bf1ba.zip |
kde-frameworks/kcompletion: 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/kcompletion')
-rw-r--r-- | kde-frameworks/kcompletion/kcompletion-5.249.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-frameworks/kcompletion/kcompletion-5.249.0.ebuild b/kde-frameworks/kcompletion/kcompletion-5.249.0.ebuild index 0a1dbb083914..540f12bb312b 100644 --- a/kde-frameworks/kcompletion/kcompletion-5.249.0.ebuild +++ b/kde-frameworks/kcompletion/kcompletion-5.249.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 ECM_DESIGNERPLUGIN="true" PVCUT=$(ver_cut 1-2) -QTMIN=6.6.0 +QTMIN=6.6.2 inherit ecm frameworks.kde.org DESCRIPTION="Framework for common completion tasks such as filename or URL completion" |