summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge updates from masterRepository mirror & CI2024-10-191-10/+24
|\
| * qt6-build.eclass: extend -m* flags sanitizingIonen Wolkens2024-10-191-10/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A user on the forums reported a build failure with: `-march=znver4 -mavx512vp2intersect` On its own, there is no issue there (expanded from -march=native) but when Qt passes `-march=haswell` to build certain parts (e.g. avx2 bits for runtime detection regardless of what CHOST supports), it overrides znver4 and keeps -mavx512vp2intersect resulting in an incomplete set and then qsimd_p.h complains Do not plan to pursue this myself, but this specific issue could be improved upstream by passing -mavx2 and others rather than -march=haswell (this would also allow overriding a -mno-avx2 that we currently need to change), and/or ideally by making qsimd_p.h be able to deal with these configurations without #error. If problems keep piling up, could consider always filtering *all* -m{,no-}<instr> flags and doing x86-64-v* unconditionally. Albeit that'd still require maintaining a list of these not to filter unrelated -m* flags which could be important. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* | 2024-10-19 13:37:41 UTCRepository mirror & CI2024-10-193-2/+19
| |
* | Merge updates from masterRepository mirror & CI2024-10-192-0/+450
|\|
| * sys-kernel/linux-firmware: Don't check for broken links with savedconfigMike Pagano2024-10-192-0/+450
| | | | | | | | | | | | Bug: https://bugs.gentoo.org/941786 Signed-off-by: Mike Pagano <mpagano@gentoo.org>
* | Merge updates from masterRepository mirror & CI2024-10-191-1/+6
|\|
| * profiles/arch/arm64: force app-editors/zed[gles]Joonas Niilola2024-10-191-1/+6
| | | | | | | | | | Bug: https://bugs.gentoo.org/938893 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* | 2024-10-19 12:18:24 UTCRepository mirror & CI2024-10-193-7/+7
| |
* | Merge updates from masterRepository mirror & CI2024-10-192-2/+0
|\|
| * dev-lang/python: Remove obsolete libb2 dep from 3.14.0_alpha1+Michał Górny2024-10-192-2/+0
| | | | | | | | | | | | Remove the libb2 dep, now that it is replaced by bundled hacl. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* | 2024-10-19 11:33:36 UTCRepository mirror & CI2024-10-195-7/+8
| |
* | Merge updates from masterRepository mirror & CI2024-10-194-10/+10
|\|
| * app-editors/zed: remove 0.157.4Robert Siebeck2024-10-192-140/+0
| | | | | | | | | | | | Signed-off-by: Robert Siebeck <gentoo.2019@r123.de> Closes: https://github.com/gentoo/gentoo/pull/39029 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
| * app-editors/zed: add 0.157.5Robert Siebeck2024-10-193-0/+147
| | | | | | | | | | | | | | | | Add gles use flag Closes: https://bugs.gentoo.org/938893 Signed-off-by: Robert Siebeck <gentoo.2019@r123.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
| * media-sound/ardour: updated liveMiroslav Šulc2024-10-191-8/+1
| | | | | | | | | | | | | | updated slot to 9 std c++17 is now needed Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* | 2024-10-19 10:48:27 UTCRepository mirror & CI2024-10-194-21/+4
| |
* | Merge updates from masterRepository mirror & CI2024-10-193-98/+1
|\|
| * media-sound/qjackctl: Stabilize 1.0.2 amd64, #941842Jakov Smolić2024-10-191-1/+1
| | | | | | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
| * media-sound/qjackctl: Stabilize 1.0.2 x86, #941842Arthur Zamarin2024-10-191-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-python/pygame: Remove oldMichał Górny2024-10-192-97/+0
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* | 2024-10-19 10:33:44 UTCRepository mirror & CI2024-10-1913-132/+12
| |
* | Merge updates from masterRepository mirror & CI2024-10-1917-509/+3
|\|
| * media-sound/ardour: bump to 8.10, dropped 8.9Miroslav Šulc2024-10-192-1/+1
| | | | | | | | Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
| * dev-python/pygame: Stabilize 2.6.1 amd64, #941837Sam James2024-10-191-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * dev-build/slibtool: drop 0.5.35, 0.5.36Sam James2024-10-193-86/+0
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * dev-python/aiohttp: Stabilize 3.10.9 x86, #941828Arthur Zamarin2024-10-191-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-python/reportlab: Remove oldMichał Górny2024-10-193-108/+0
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/pypdf: Remove oldMichał Górny2024-10-193-137/+0
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/moto: Remove oldMichał Górny2024-10-192-123/+0
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * xfce-extra/xfce4-dict: Remove oldMichał Górny2024-10-192-52/+0
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* | 2024-10-19 10:18:48 UTCRepository mirror & CI2024-10-1916-110/+28
| |
* | Merge updates from masterRepository mirror & CI2024-10-1917-364/+12
|\|
| * dev-python/reportlab: Stabilize 4.2.5 x86, #941813Arthur Zamarin2024-10-191-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-python/pypdf: Stabilize 5.0.1 x86, #941797Arthur Zamarin2024-10-191-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * net-analyzer/snallygaster: add 0.0.13Hanno Böck2024-10-192-0/+26
| | | | | | | | | | | | License change CC0 to 0BSD. Signed-off-by: Hanno Böck <hanno@gentoo.org>
| * net-analyzer/snallygaster: drop 0.0.12-r1Hanno Böck2024-10-191-25/+0
| | | | | | | | Signed-off-by: Hanno Böck <hanno@gentoo.org>
| * dev-python/psycopg: Stabilize 2.9.10 amd64, #941831Arthur Zamarin2024-10-191-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-python/aiohttp: Stabilize 3.10.9 amd64, #941828Arthur Zamarin2024-10-191-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-python/aiohttp: Stabilize 3.10.9 sparc, #941828Arthur Zamarin2024-10-191-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-python/moto: Stabilize 5.0.16 x86, #941820Arthur Zamarin2024-10-191-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-python/pycryptodome: Stabilize 3.21.0 x86, #941811Arthur Zamarin2024-10-191-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-python/psycopg: Stabilize 3.2.3 amd64, #941791Arthur Zamarin2024-10-191-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * xfce-extra/xfce4-dict: Stabilize 0.8.8 x86, #941788Arthur Zamarin2024-10-191-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-java/jnacl: drop 1.0Volkmar W. Pogatzki2024-10-191-51/+0
| | | | | | | | | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/39041 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
| * dev-java/jeromq: drop 0.5.2Volkmar W. Pogatzki2024-10-192-51/+0
| | | | | | | | | | Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
| * dev-java/openjdk-jre-bin: drop 8.412_p08, 11.0.23_p9, 17.0.11_p9Volkmar W. Pogatzki2024-10-194-251/+0
| | | | | | | | | | | | Bug: https://bugs.gentoo.org/941689 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
* | 2024-10-19 10:03:53 UTCRepository mirror & CI2024-10-1912-174/+10
| |
* | Merge updates from masterRepository mirror & CI2024-10-1919-731/+0
|\|
| * dev-python/setuptools-rust: Remove oldMichał Górny2024-10-192-182/+0
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/pygraphviz: Remove oldMichał Górny2024-10-192-51/+0
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>