diff options
author | Sam James <sam@gentoo.org> | 2024-02-17 04:54:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-17 05:24:35 +0000 |
commit | a43a141e7f6f4438c41f31d391aa5311f70dd939 (patch) | |
tree | a21e0acd818fceaa890ae5dcce1c5146c12f4a75 /kde-frameworks/ktexttemplate | |
parent | kde-frameworks/ktexteditor: Bump QTMIN to 6.6.2 (diff) | |
download | gentoo-a43a141e7f6f4438c41f31d391aa5311f70dd939.tar.gz gentoo-a43a141e7f6f4438c41f31d391aa5311f70dd939.tar.bz2 gentoo-a43a141e7f6f4438c41f31d391aa5311f70dd939.zip |
kde-frameworks/ktexttemplate: 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/ktexttemplate')
-rw-r--r-- | kde-frameworks/ktexttemplate/ktexttemplate-5.249.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-frameworks/ktexttemplate/ktexttemplate-5.249.0.ebuild b/kde-frameworks/ktexttemplate/ktexttemplate-5.249.0.ebuild index 2b000e3ffbdf..d43eb717c085 100644 --- a/kde-frameworks/ktexttemplate/ktexttemplate-5.249.0.ebuild +++ b/kde-frameworks/ktexttemplate/ktexttemplate-5.249.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 ECM_TEST="true" PVCUT=$(ver_cut 1-2) -QTMIN=6.6.0 +QTMIN=6.6.2 inherit ecm frameworks.kde.org DESCRIPTION="Library to allow separating the structure of documents from data they contain" |