diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-30 12:24:44 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-30 12:35:35 +0100 |
commit | d4e2b952c7451abe3e073ea1b4df4dd496ba0126 (patch) | |
tree | 0ec75b7614486c507c8344f0f4ca2d2c0a68b212 /kde-frameworks/frameworkintegration | |
parent | www-apps/wordpress: bump to 5.5.2 (diff) | |
download | gentoo-d4e2b952c7451abe3e073ea1b4df4dd496ba0126.tar.gz gentoo-d4e2b952c7451abe3e073ea1b4df4dd496ba0126.tar.bz2 gentoo-d4e2b952c7451abe3e073ea1b4df4dd496ba0126.zip |
kde-frameworks: Try to help remaining users over Qt 5.15.1 upgrade
Qt <5.15 versions are gone from Gentoo ebuild repo so we can do this.
- New baseline QTMIN=5.15.1, bumping packages w/ slot op (+ KF5ItemViews):
kde-frameworks/frameworkintegration
kde-frameworks/kdeclarative
kde-frameworks/kio
kde-frameworks/kitemviews
kde-frameworks/kxmlgui
kde-frameworks/qqc2-desktop-style
- Cleanup obsolete slot ops where possible
Bug: https://bugs.gentoo.org/749777
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/frameworkintegration')
-rw-r--r-- | kde-frameworks/frameworkintegration/frameworkintegration-5.74.0-r1.ebuild (renamed from kde-frameworks/frameworkintegration/frameworkintegration-5.74.0.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.74.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.74.0-r1.ebuild index ec2f39237581..f62503a630df 100644 --- a/kde-frameworks/frameworkintegration/frameworkintegration-5.74.0.ebuild +++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.74.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 ECM_QTHELP="false" PVCUT=$(ver_cut 1-2) -QTMIN=5.14.2 +QTMIN=5.15.1 VIRTUALX_REQUIRED="test" inherit ecm kde.org @@ -15,10 +15,9 @@ LICENSE="LGPL-2+" KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" IUSE="" -# drop qtwidgets subslot operator when QT_MINIMAL >= 5.15.0 RDEPEND=" >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5= + >=dev-qt/qtwidgets-${QTMIN}:5 =kde-frameworks/kconfig-${PVCUT}*:5 =kde-frameworks/kconfigwidgets-${PVCUT}*:5 =kde-frameworks/ki18n-${PVCUT}*:5 |