diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-31 16:29:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-31 16:45:04 +0100 |
commit | 6930f8abbf24dcea78c4f9338c8dd00fe139acbb (patch) | |
tree | 11d05145d164338957c81e89ef8966dae2167963 /kde-frameworks/kauth | |
parent | kde-frameworks/kiconthemes: Drop unused dependency (diff) | |
download | kde-6930f8abbf24dcea78c4f9338c8dd00fe139acbb.tar.gz kde-6930f8abbf24dcea78c4f9338c8dd00fe139acbb.tar.bz2 kde-6930f8abbf24dcea78c4f9338c8dd00fe139acbb.zip |
kde-frameworks/*: Raise QTMIN to 6.7.2
ifdefs like this one already creeping in:
https://invent.kde.org/frameworks/kio/-/merge_requests/1753
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kauth')
-rw-r--r-- | kde-frameworks/kauth/kauth-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-frameworks/kauth/kauth-9999.ebuild b/kde-frameworks/kauth/kauth-9999.ebuild index 8d5012ca87..60e1fd29b7 100644 --- a/kde-frameworks/kauth/kauth-9999.ebuild +++ b/kde-frameworks/kauth/kauth-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 PVCUT=$(ver_cut 1-2) -QTMIN=6.6.2 +QTMIN=6.7.2 inherit ecm frameworks.kde.org DESCRIPTION="Framework to let applications perform actions as a privileged user" |