summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge updates from masterRepository mirror & CI2023-12-144-22/+12
|\
| * python-utils-r1.eclass: fix EclassReservedName (drop obsolete ${EBUILD} old ↵Sam James2023-12-141-11/+0
| | | | | | | | | | | | | | | | | | | | compat check) We introduced this in ddd9cd63e860ce71ad5f92e80a3e6e4be901af8a but it's UB to use ${EBUILD} and pkgcheck nowadays has OldPythonCompat for this. Bug: https://github.com/pkgcore/pkgcheck/issues/591 Signed-off-by: Sam James <sam@gentoo.org>
| * distutils-r1.eclass: mark DISTUTILS_EXT as @PRE_INHERITSam James2023-12-141-0/+1
| | | | | | | | | | | | We set DEPEND and IUSE based on it. Signed-off-by: Sam James <sam@gentoo.org>
| * distutils-r1.eclass: workaround cython bug for Modern CSam James2023-12-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | Pass -Wno-error=incompatible-pointer-types for now to avoid many dupes for the same cython bug. Bug: https://github.com/cython/cython/issues/2747 Bug: https://bugs.gentoo.org/918983 Bug: https://bugs.gentoo.org/919261 Bug: https://bugs.gentoo.org/919277 Signed-off-by: Sam James <sam@gentoo.org>
| * python-utils-r1.eclass: Disable pytest-salt-factories by defaultMichał Górny2023-12-141-0/+2
| | | | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
| * python-utils-r1.eclass: epytest, use NO_COLOR rather than NOCOLORMichał Górny2023-12-141-9/+2
| | | | | | | | | | | | | | | | | | | | Update epytest to respect the modern NO_COLOR variable rather than Portage's old NOCOLOR. Adjust it to correctly check whether it is set at all rather than to a specific value, to match the behavior of pytest itself. Signed-off-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
| * app-admin/gentoo-retirement-scripts: enable py3.12Sam James2023-12-141-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * dev-python/python-bugzilla: enable py3.12Sam James2023-12-141-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
* | 2023-12-14 05:03:56 UTCRepository mirror & CI2023-12-143-2/+18
| |
* | Merge updates from masterRepository mirror & CI2023-12-143-0/+61
|\|
| * net-libs/google-cloud-cpp: add 2.19.0Matoro Mahri2023-12-143-0/+61
| | | | | | | | | | | | | | Closes: https://bugs.gentoo.org/913108 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/34140 Signed-off-by: Sam James <sam@gentoo.org>
* | 2023-12-14 04:34:56 UTCRepository mirror & CI2023-12-1427-51/+79
| |
* | Merge updates from masterRepository mirror & CI2023-12-1434-49/+483
|\|
| * media-video/mkvtoolnix: add 80.0Alfred Wingate2023-12-146-26/+357
| | | | | | | | | | | | | | Closes: https://bugs.gentoo.org/914337 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/33922 Signed-off-by: Sam James <sam@gentoo.org>
| * sec-keys/openpgp-keys-mkvtoolnix: new package, add 20231119Alfred Wingate2023-12-143-0/+29
| | | | | | | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
| * dev-vcs/fossil: unrestrict testsMatoro Mahri2023-12-141-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | It's no longer the case that the tests cannot be run from the build directory. While they do technically fail, the failure is currently nonfatal. But there are plans to fix the remaining tests and also make the test script fatal on failure in 2.24: https://fossil-scm.org/forum/forumpost/353f3117d86a0c52bed174979f41d35fa7d476fda1e3ffc757030366cd9860dd Bug: https://bugs.gentoo.org/914535 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/34150 Signed-off-by: Sam James <sam@gentoo.org>
| * dev-lang/cfortran: add -fcommon to CFLAGS for testsMatoro Mahri2023-12-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the failing test, both the Fortran code and the C code have a symbol called _fcb. The test expects it to be in the common section in both objects, such that when it gets linked, they both refer to the same symbol, such that changes on the C side to the variable are reflected on the Fortran side and vice versa. However with -fno-common then it's still placed in the common section in Fortran, but in C it's placed in the BSS section, so now they refer to different objects. The linker actually emits a warning for this, something like "alignment 1 is less than 16". When there are two symbols in different sections with the same name, this is an ODR violation which is UB on all platforms. Bug: https://bugs.gentoo.org/899452 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/34143 Signed-off-by: Sam James <sam@gentoo.org>
| * profiles/arch/mips: mask media-libs/libvpxMatoro Mahri2023-12-141-0/+4
| | | | | | | | | | | | | | Bug: https://bugs.gentoo.org/896132 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/33880 Signed-off-by: Sam James <sam@gentoo.org>
| * profiles/features/big-endian: mask media-libs/libvpxMatoro Mahri2023-12-142-0/+65
| | | | | | | | | | | | Bug: https://bugs.gentoo.org/700902 Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
| * gnome-base/gnome-control-center: Keyword 45.1 ppc64, #914508Matoro Mahri2023-12-141-1/+1
| | | | | | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
| * gnome-extra/tecla: Keyword 45.0 ppc64, #914508Matoro Mahri2023-12-141-1/+1
| | | | | | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
| * mail-mta/courier: Stabilize 1.2.3-r1 ppc64, #910486Matoro Mahri2023-12-141-1/+1
| | | | | | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
| * net-libs/courier-authlib: Stabilize 0.72.0 ppc64, #910486Matoro Mahri2023-12-141-1/+1
| | | | | | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
| * net-libs/courier-unicode: Stabilize 2.2.6 ppc64, #910486Matoro Mahri2023-12-141-1/+1
| | | | | | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
| * media-gfx/inkscape: Stabilize 1.2.2-r4 ppc64, #913068Matoro Mahri2023-12-141-1/+1
| | | | | | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
| * dev-lang/fennel: Keyword 1.4.0 arm64, #903742Matoro Mahri2023-12-141-1/+1
| | | | | | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
| * dev-libs/poco: Stabilize 1.12.4 arm64, #911206Matoro Mahri2023-12-141-1/+1
| | | | | | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
| * net-vpn/openvpn: Stabilize 2.6.4 arm64, #908984Matoro Mahri2023-12-141-1/+1
| | | | | | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
| * net-vpn/ovpn-dco: Stabilize 0.2.20230426 arm64, #908984Matoro Mahri2023-12-141-1/+1
| | | | | | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
| * sys-apps/sysvinit: Stabilize 3.08 hppa, #916093Matoro Mahri2023-12-141-1/+1
| | | | | | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
| * sys-apps/rng-tools: Keyword 6.16 sparc, #893554Matoro Mahri2023-12-141-1/+1
| | | | | | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
| * net-wireless/rtl-sdr: Keyword 2.0.1 sparc, #893554Matoro Mahri2023-12-141-1/+1
| | | | | | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
| * app-crypt/jitterentropy: Keyword 3.4.1 sparc, #893554Matoro Mahri2023-12-141-1/+1
| | | | | | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
| * sys-apps/rng-tools: Stabilize 6.16 ppc, #893112Matoro Mahri2023-12-141-1/+1
| | | | | | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
| * sys-apps/rng-tools: Stabilize 6.16 arm, #893112Matoro Mahri2023-12-141-1/+1
| | | | | | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
| * sys-apps/rng-tools: Stabilize 6.16 arm64, #893112Matoro Mahri2023-12-141-1/+1
| | | | | | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
| * sys-apps/systemd-utils: Stabilize 254.7 hppa, #919109Matoro Mahri2023-12-141-1/+1
| | | | | | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
| * dev-python/pyopengl: Stabilize 3.1.7-r1 sparc, #909249Matoro Mahri2023-12-141-1/+1
| | | | | | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
| * net-dns/inadyn: Keyword 2.12.0 sparc, #909765Matoro Mahri2023-12-141-1/+1
| | | | | | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
| * dev-python/yarl: Stabilize 1.9.4 sparc, #919572Matoro Mahri2023-12-141-1/+1
| | | | | | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
| * dev-python/expandvars: Stabilize 0.11.0 sparc, #919572Matoro Mahri2023-12-141-1/+1
| | | | | | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
| * dev-python/flask: Stabilize 3.0.0 sparc, #916640Matoro Mahri2023-12-141-1/+1
| | | | | | | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org>
* | 2023-12-14 04:18:56 UTCRepository mirror & CI2023-12-1437-39/+315
| |
* | Merge updates from masterRepository mirror & CI2023-12-1441-23/+2253
|\|
| * media-sound/qtractor: Stabilize 0.9.36 amd64, #919855Sam James2023-12-141-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * dev-perl/Test-Most: Keyword 0.380.0 arm64, #919747Sam James2023-12-141-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * dev-perl/Digest-Nilsimsa: Keyword 0.60.0-r4 arm64, #919747Sam James2023-12-141-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * net-mail/tnef: Keyword 1.4.18 arm64, #919747Sam James2023-12-141-2/+2
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * net-mail/ripole: Keyword 0.2.2 arm64, #919747Sam James2023-12-141-2/+2
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * mail-filter/razor: Keyword 2.85-r4 arm64, #919747Sam James2023-12-141-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>