diff options
author | Sam James <sam@gentoo.org> | 2024-02-17 04:52:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-17 05:24:32 +0000 |
commit | cc8b4c86774109468c9e10af41ec9cb0dc294822 (patch) | |
tree | d5eb01408f2bbb64e2a1a3c6b594849554dfc49d /kde-frameworks/kpackage | |
parent | kde-frameworks/knotifyconfig: Bump QTMIN to 6.6.2 (diff) | |
download | gentoo-cc8b4c86774109468c9e10af41ec9cb0dc294822.tar.gz gentoo-cc8b4c86774109468c9e10af41ec9cb0dc294822.tar.bz2 gentoo-cc8b4c86774109468c9e10af41ec9cb0dc294822.zip |
kde-frameworks/kpackage: 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/kpackage')
-rw-r--r-- | kde-frameworks/kpackage/kpackage-5.249.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-frameworks/kpackage/kpackage-5.249.0.ebuild b/kde-frameworks/kpackage/kpackage-5.249.0.ebuild index 187a5fe49c96..5997d40d92f6 100644 --- a/kde-frameworks/kpackage/kpackage-5.249.0.ebuild +++ b/kde-frameworks/kpackage/kpackage-5.249.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 PVCUT=$(ver_cut 1-2) -QTMIN=6.6.0 +QTMIN=6.6.2 inherit ecm frameworks.kde.org DESCRIPTION="Framework to install and load packages of non binary content" |