summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-qt/qtcore: x86 stable wrt bug #866323Agostino Sarubbo2022-08-271-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-qt/qtcore: amd64 stable wrt bug #866323Agostino Sarubbo2022-08-271-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.5-r3 ppc64, #866323Arthur Zamarin2022-08-261-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qtcore: Don't access QObjectPrivate::declarativeData unguardedAndreas Sturmlechner2022-08-242-0/+270
| | | | | | QTBUG: https://bugreports.qt.io/browse/QTBUG-105286 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qtcore: drop 5.15.5-r1Andreas Sturmlechner2022-08-153-164/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qtcore: x86 stable wrt bug #860258Agostino Sarubbo2022-08-121-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-qt/qtcore: amd64 stable wrt bug #860258Agostino Sarubbo2022-08-051-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.5-r2 arm64, #860258Arthur Zamarin2022-08-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.5-r2 arm, #860258Arthur Zamarin2022-08-051-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.5-r2 ppc64, #860258Arthur Zamarin2022-08-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.5-r2 ppc, #860258Arthur Zamarin2022-08-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qtcore: Fix configure w/ slibtoolAndreas Sturmlechner2022-07-232-0/+31
| | | | | | Closes: https://bugs.gentoo.org/792804 Package-Manager: Portage-3.0.32, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qtcore: fix musl with libexecinfoAlfred Persson Forsberg2022-07-232-0/+29
| | | | | | | | | | | | | | | | | QtCore incorrectly assumes that execinfo is already linked on Linux if execinfo.h is present. The edge case here is that on musl you can install libexecinfo standalone, thereby QtCore will detect the header but not the library, and QtCore will think that glibc has already linked it. There is no code/config for QMake to detect and link against -lexecinfo except on the BSD:s. Qt should properly add something similar for non-glibc as well. This is just a *fix* compatible with all supported Gentoo systems. Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Closes: https://github.com/gentoo/gentoo/pull/26012 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qtcore: Bump to QT5_KDEPATCHSET_REV=2Andreas Sturmlechner2022-07-232-0/+99
| | | | | Package-Manager: Portage-3.0.32, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qtcore: Drop 5.15.5 (r0)Andreas Sturmlechner2022-07-061-117/+0
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qtcore: Drop 5.15.4Andreas Sturmlechner2022-07-064-286/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.5-r1 arm64, #853232Arthur Zamarin2022-07-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.5-r1 arm, #853232Arthur Zamarin2022-07-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.5-r1 x86, #853232Sam James2022-07-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.5-r1 ppc, #853232Arthur Zamarin2022-07-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.5-r1 ppc64, #853232Arthur Zamarin2022-07-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.5-r1 amd64, #853232Sam James2022-06-301-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtcore: backport FORTIFY_SOURCE=3 patchSam James2022-06-262-0/+163
| | | | | | | | | | | | | GCC 12 is now in ~arch and we're likely to get more people trying out F_S=3 as a result. This patch is now in Qt5PatchCollection and given the previous workaround ended up being insufficient (it's not enough to force F_S=2 in qtcore, as reverse deps end up being broken if _they_ are built with F_S=3, even though the cause is in qtcore), let's backport the fix now. Bug: https://bugs.gentoo.org/847145 Closes: https://bugs.gentoo.org/852974 Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.4-r3 ppc64, #851900Sam James2022-06-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.4-r3 ppc, #851900Sam James2022-06-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtcore: 5.15.5 version bumpAndreas Sturmlechner2022-06-192-0/+120
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.4-r3 x86, #851900Sam James2022-06-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.4-r3 amd64, #851900Sam James2022-06-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtcore: Drop 5.15.3Andreas Sturmlechner2022-06-182-104/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.4-r2 ppc64, #843353Sam James2022-06-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.4-r2 ppc, #843353Sam James2022-06-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.4-r2 arm64, #843353Sam James2022-06-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtcore: x86 stable wrt bug #843353Agostino Sarubbo2022-06-141-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.4-r2 arm, #843353Sam James2022-06-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.4-r2 amd64, #843353Sam James2022-06-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtcore: Add 5.15.4 QT5_KDEPATCHSET_REV=3Andreas Sturmlechner2022-06-092-0/+122
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qtcore: Drop 5.15.4-r0, 5.15.4-r1Andreas Sturmlechner2022-05-303-224/+0
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qtcore: Add 5.15.4 QT5_KDEPATCHSET_REV=2Andreas Sturmlechner2022-05-302-0/+122
| | | | | | | | | See also: https://invent.kde.org/qt/qt/qtbase/-/merge_requests/153 https://invent.kde.org/qt/qt/qtbase/-/merge_requests/155 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qtcore: add FORTIFY_SOURCE=3 workaround (force back to =2)Sam James2022-05-261-0/+121
| | | | | | | | | | As discussed with asturm until we know what's happening with the upstream bug. We can consider the opensuse patch once that's resolved, if the upstream fix isn't made public, almost certainly via KDE Qt5PatchCollection. But we'll see. Closes: https://bugs.gentoo.org/847145 Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtcore: 5.15.4 version bumpAndreas Sturmlechner2022-05-202-0/+104
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-qt/qtcore: keyword 5.15.3 for ~loongWANG Xuerui2022-05-191-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* dev-qt/qtcore: remove unused patchesMichael Mair-Keimberger2022-04-183-368/+0
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtcore: drop 5.15.2-r14Sam James2022-04-172-105/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt: De-keyword all arches except ppc, ppc64 for 5.15.2Andreas Sturmlechner2022-04-171-1/+1
| | | | | | | | While we are waiting for stabilisation of 5.15.3 by them. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.3 ppc64, #835762Sam James2022-04-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.3 ppc, #835762Sam James2022-04-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.3 x86, #835762Sam James2022-04-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.3 amd64, #835762Sam James2022-04-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.3 arm64, #835762Arthur Zamarin2022-04-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-qt/qtcore: Stabilize 5.15.3 arm, #835762Arthur Zamarin2022-04-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>