summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2023-05-23 04:47:53 UTCRepository mirror & CI2023-05-235403-5404/+5468
|
* Merge updates from masterRepository mirror & CI2023-05-2315-7/+776
|\
| * dev-lang/python: Bump to 3.12.0_beta1Michał Górny2023-05-232-0/+524
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * app-portage/gpyutils: Add python3_12 to implementation listMichał Górny2023-05-231-0/+1
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * eclass/tests/python-utils-r1.sh: Fix patterns for pypy3.10Michał Górny2023-05-231-2/+2
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-utils-r1.eclass: Add python3_12 targetMichał Górny2023-05-232-5/+13
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * profiles: Add python3_12 targetMichał Górny2023-05-234-0/+8
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * app-admin/awscli: Bump to 1.27.138Michał Górny2023-05-232-0/+81
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/boto3: Bump to 1.26.138Michał Górny2023-05-232-0/+67
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/botocore: Bump to 1.29.138Michał Górny2023-05-232-0/+80
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* | 2023-05-23 04:31:55 UTCRepository mirror & CI2023-05-233-2/+2
| |
* | Merge updates from masterRepository mirror & CI2023-05-232-5/+9
|\|
| * sys-apps/util-linux: update mount_setattr patch to new upstream versionSam James2023-05-232-5/+9
| | | | | | | | | | | | | | The PR got updated slightly. Closes: https://bugs.gentoo.org/906797 Signed-off-by: Sam James <sam@gentoo.org>
* | 2023-05-23 04:16:58 UTCRepository mirror & CI2023-05-236-5/+48
| |
* | Merge updates from masterRepository mirror & CI2023-05-2315-1/+394
|\|
| * app-crypt/gnupg: add 2.4.1Sam James2023-05-2310-0/+338
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * sys-devel/reflex: add 20230521Sam James2023-05-232-0/+24
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * dev-util/byacc: add 20230521Sam James2023-05-232-0/+28
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * net-libs/gupnp-av: drop unnecessary (for us) -Werror=deprecated-declarationsSam James2023-05-231-1/+4
| | | | | | | | | | | | | | Fixes build w/ new libxml2. Closes: https://bugs.gentoo.org/906641 Signed-off-by: Sam James <sam@gentoo.org>
* | 2023-05-23 03:46:58 UTCRepository mirror & CI2023-05-235-5/+34
| |
* | Merge updates from masterRepository mirror & CI2023-05-238-0/+486
|\|
| * dev-util/scap-driver: fix build on kernel 6.4Holger Hoffstätte2023-05-232-0/+94
| | | | | | | | | | | | | | Closes: https://bugs.gentoo.org/906709 Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/31096 Signed-off-by: Sam James <sam@gentoo.org>
| * net-misc/curl: drop 8.1.0Matt Jolly2023-05-231-316/+0
| | | | | | | | | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/31121 Signed-off-by: Sam James <sam@gentoo.org>
| * net-misc/curl: add 8.1.0-r1Matt Jolly2023-05-233-0/+632
| | | | | | | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
| * net-dns/c-ares: add 1.19.1Sam James2023-05-232-0/+72
| | | | | | | | | | Bug: https://bugs.gentoo.org/906964 Signed-off-by: Sam James <sam@gentoo.org>
| * profiles: mask =dev-ruby/ffi-compiler-1.2.0Sam James2023-05-231-0/+4
| | | | | | | | | | | | | | Seems to break arg splitting. Bug: https://bugs.gentoo.org/906892 Signed-off-by: Sam James <sam@gentoo.org>
* | 2023-05-23 03:16:58 UTCRepository mirror & CI2023-05-233-2/+19
| |
* | Merge updates from masterRepository mirror & CI2023-05-234-0/+552
|\|
| * sys-apps/util-linux: backport another mount regression fix (user option parsing)Sam James2023-05-232-0/+47
| | | | | | | | | | Closes: https://bugs.gentoo.org/906859 Signed-off-by: Sam James <sam@gentoo.org>
| * sys-apps/util-linux: Fix for mount_setattr use on <5.12 kernelsHank Leininger2023-05-233-0/+505
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Backported pending upstream fix from https://github.com/util-linux/util-linux/pull/2248 Note that there's at least one other breaking bug in util-linux-2.39 so the mask probably shouldn't be removed yet. Bug: https://bugs.gentoo.org/906859 Closes: https://bugs.gentoo.org/906797 Closes: https://github.com/gentoo/gentoo/pull/31108 Signed-off-by: Hank Leininger <hlein@korelogic.com> Signed-off-by: Sam James <sam@gentoo.org>
* | 2023-05-23 03:02:03 UTCRepository mirror & CI2023-05-237-40/+29
| |
* | Merge updates from masterRepository mirror & CI2023-05-2331-54/+123
|\|
| * dev-util/spirv-llvm-translator: Add x11@ as a secondary maintainerMatt Turner2023-05-221-0/+4
| | | | | | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
| * dev-util/spirv-llvm-translator: Drop Jan Henke as a proxied maintainerMatt Turner2023-05-221-8/+0
| | | | | | | | | | | | Has not committed to this package since December 2021. Signed-off-by: Matt Turner <mattst88@gentoo.org>
| * dev-util/spirv-llvm-translator: Subscribe to llvm subslotMatt Turner2023-05-222-2/+2
| | | | | | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
| * dev-util/spirv-llvm-translator: Remove IUSE=toolsMatt Turner2023-05-222-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It has not worked since upstream commit ae904012 ("[CMake] Enable LLVM_BUILD_TOOLS for out-of-tree builds") in v15.0.0. With that commit reverted, USE=-tools saves building one 120 KiB executable (llvm-spirv) which is a single source file. Also unconditionally depend on dev-util/spirv-tools as it is an automagic dependency of llvm-spirv which will always be installed for consumers of dev-util/spirv-llvm-translator. Signed-off-by: Matt Turner <mattst88@gentoo.org>
| * dev-util/spirv-llvm-translator: Move spirv-headers out of RDEPENDMatt Turner2023-05-222-8/+6
| | | | | | | | | | | | spirv-headers, as the name suggests, provides only header files. Signed-off-by: Matt Turner <mattst88@gentoo.org>
| * dev-util/spirv-llvm-translator: Move clang to BDEPEND="test? ( ... )"Matt Turner2023-05-222-4/+8
| | | | | | | | | | | | clang is only a test dependency. Signed-off-by: Matt Turner <mattst88@gentoo.org>
| * dev-util/spirv-llvm-translator: Look for spirv-headers in ESYSROOTMatt Turner2023-05-223-4/+4
| | | | | | | | | | | | | | | | BROOT is for dependencies in BDEPEND, typically executable build tools. spirv-headers is in DEPEND/RDEPEND, and thus should be found in ESYSROOT. Signed-off-by: Matt Turner <mattst88@gentoo.org>
| * x11-apps/mesa-progs: defer to new global USE=vulkan descriptionSam James2023-05-231-1/+0
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * sys-apps/cpu-x: defer to new global USE=vulkan descriptionSam James2023-05-231-1/+0
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * media-video/qmplay2: defer to new global USE=vulkan descriptionSam James2023-05-231-1/+0
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * media-video/ffmpeg: defer to new global USE=vulkan descriptionSam James2023-05-231-1/+0
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * media-video/ffmpeg-chromium: defer to new global USE=vulkan descriptionSam James2023-05-231-1/+0
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * media-libs/mesa: defer to new global USE=vulkan descriptionSam James2023-05-231-1/+0
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * media-libs/libsdl2: defer to new global USE=vulkan descriptionSam James2023-05-231-1/+0
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * media-libs/libplacebo: defer to new global USE=vulkan descriptionSam James2023-05-231-1/+0
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * gui-libs/wlroots: defer to new global USE=vulkan descriptionSam James2023-05-231-1/+0
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * gui-libs/gtk: defer to new global USE=vulkan descriptionSam James2023-05-231-1/+0
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * games-strategy/warzone2100: defer to new global USE=vulkan descriptionSam James2023-05-231-1/+0
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>