mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Merge updates from master
This commit is contained in:
@@ -35,7 +35,7 @@ SRC_URI="
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="-* ~amd64 ~arm ~arm64 ~loong ~mips ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos ~x64-solaris"
|
||||
KEYWORDS="-* amd64 arm arm64 ~loong ~mips ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos ~x64-solaris"
|
||||
IUSE="abi_mips_n64 abi_mips_o32 big-endian"
|
||||
RESTRICT="strip"
|
||||
QA_PREBUILT="*"
|
||||
|
||||
@@ -20,7 +20,7 @@ case ${PV} in
|
||||
*)
|
||||
SRC_URI="https://storage.googleapis.com/golang/go${MY_PV}.src.tar.gz "
|
||||
S="${WORKDIR}"/go
|
||||
KEYWORDS="-* ~amd64 ~arm ~arm64 ~loong ~mips ppc64 ~riscv ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
|
||||
KEYWORDS="-* amd64 arm arm64 ~loong ~mips ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ DESCRIPTION='Manage perl installations in your $HOME'
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
>=virtual/perl-ExtUtils-MakeMaker-7.220.0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -10,6 +10,6 @@ inherit perl-module
|
||||
DESCRIPTION="Turn STDOUT and STDERR into Test2 events"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
|
||||
RDEPEND="virtual/perl-Test2-Suite"
|
||||
|
||||
@@ -208,6 +208,7 @@ src_configure() {
|
||||
-DENABLE_AUTOUPDATE=OFF
|
||||
-DENABLE_BLUEZ=$(usex bluetooth)
|
||||
-DENABLE_CLI_TOOL=ON
|
||||
-DENABLE_CUBEB=ON
|
||||
-DENABLE_EGL=$(usex egl)
|
||||
-DENABLE_EVDEV=$(usex evdev)
|
||||
-DENABLE_LLVM=$(usex llvm)
|
||||
|
||||
@@ -22,12 +22,12 @@ if [[ ${PV} == *9999 ]]; then
|
||||
)
|
||||
else
|
||||
MGBA_COMMIT=8739b22fbc90fdf0b4f6612ef9c0520f0ba44a51
|
||||
IMPLOT_COMMIT=cc5e1daa5c7f2335a9460ae79c829011dc5cef2d
|
||||
IMPLOT_COMMIT=18c72431f8265e2b0b5378a3a73d8a883b2175ff
|
||||
TINYGLTF_COMMIT=c5641f2c22d117da7971504591a8f6a41ece488b
|
||||
VULKAN_HEADERS_COMMIT=05fe2cc910a68c9ba5dac07db46ef78573acee72
|
||||
VULKANMEMORYALLOCATOR_COMMIT=009ecd192c1289c7529bff248a16cfe896254816
|
||||
VULKAN_HEADERS_COMMIT=39f924b810e561fd86b2558b6711ca68d4363f68
|
||||
VULKANMEMORYALLOCATOR_COMMIT=3bab6924988e5f19bf36586a496156cf72f70d9f
|
||||
ZLIB_NG_COMMIT=ce01b1e41da298334f8214389cc9369540a7560f
|
||||
MINIZIP_NG_COMMIT=3eed562ef0ea3516db30d1c8ecb0e1b486d8cb70
|
||||
MINIZIP_NG_COMMIT=55db144e03027b43263e5ebcb599bf0878ba58de
|
||||
SRC_URI="
|
||||
https://github.com/dolphin-emu/dolphin/archive/${PV}.tar.gz
|
||||
-> ${P}.tar.gz
|
||||
@@ -101,7 +101,7 @@ RDEPEND="
|
||||
llvm? ( $(llvm_gen_dep 'llvm-core/llvm:${LLVM_SLOT}=') )
|
||||
profile? ( dev-util/oprofile )
|
||||
pulseaudio? ( media-libs/libpulse )
|
||||
sdl? ( media-libs/libsdl2 )
|
||||
sdl? ( >=media-libs/libsdl2-2.30.9 )
|
||||
systemd? ( sys-apps/systemd:0= )
|
||||
upnp? ( net-libs/miniupnpc:= )
|
||||
"
|
||||
@@ -208,6 +208,7 @@ src_configure() {
|
||||
-DENABLE_AUTOUPDATE=OFF
|
||||
-DENABLE_BLUEZ=$(usex bluetooth)
|
||||
-DENABLE_CLI_TOOL=ON
|
||||
-DENABLE_CUBEB=ON
|
||||
-DENABLE_EGL=$(usex egl)
|
||||
-DENABLE_EVDEV=$(usex evdev)
|
||||
-DENABLE_LLVM=$(usex llvm)
|
||||
|
||||
Reference in New Issue
Block a user