summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac@gentoo.org>2024-12-29 12:21:48 +0200
committerViorel Munteanu <ceamac@gentoo.org>2024-12-29 12:30:25 +0200
commit1ef682cd782e87248189fbd19c4e01adfa5d5af5 (patch)
treee0efe1ea2032249c013ade4c110483a4ffe0f0c4
parentapp-doc/elisp-manual: Call makeinfo with --no-split option (diff)
downloadgentoo-1ef682cd782e87248189fbd19c4e01adfa5d5af5.tar.gz
gentoo-1ef682cd782e87248189fbd19c4e01adfa5d5af5.tar.bz2
gentoo-1ef682cd782e87248189fbd19c4e01adfa5d5af5.zip
app-emulation/virtualbox: fix C23 issue
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
-rw-r--r--app-emulation/virtualbox/Manifest2
-rw-r--r--app-emulation/virtualbox/virtualbox-9999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/virtualbox/Manifest b/app-emulation/virtualbox/Manifest
index 6f785bba4536..885a639743fa 100644
--- a/app-emulation/virtualbox/Manifest
+++ b/app-emulation/virtualbox/Manifest
@@ -13,4 +13,4 @@ DIST virtualbox-patches-7.0.16.tar.bz2 6808 BLAKE2B d15fa2ca306375142c3e25d4759d
DIST virtualbox-patches-7.0.22.tar.bz2 6920 BLAKE2B 1ac6f5ee15c1fa18e64007540d54d5f2df84f145948dd0d8d9984d5ef300502b54f45a213f729753636c09bbc9e6b2f6ddb7fa6dbd460cea5235efdf6ef7508f SHA512 4d956a0bc2213c1ba68c44a0c277b9f235ff396eee6276b8c92e7b8b81b1332d6e3f0efbfc3a23dc70ab6c7feefc3c1c6bf23eca86460cb2af8e484ed7c7d159
DIST virtualbox-patches-7.1.0.tar.bz2 5952 BLAKE2B cb024f36249d7d312c9d0f9231c22a9609d45de1d4c82ca36672fea703765d437d7a414d810adb5eb5f2db92018b669c3b5d0c32372c5ced90f5e13f82344ffa SHA512 c6ef54b7d60f01f5f2b89c6fd7f8b7b509bc62bca0502114cedcbaaf9643445ea413bba481dcf43fb96b5b4d94d64395965682c1ee160d889213615c9272184c
DIST virtualbox-patches-7.1.4.tar.bz2 6090 BLAKE2B c0edfd36c5e6e74c14180269d3bd97f442c35500dc0901563722ed9cda820b5c592374eb57bc5a566b07904a8bbac5cfa50475b8a60847ffe14d6e2588c203bc SHA512 bac19f22bd95caf63099c0c640b236e4c7d2d533989a0278c6e2a38af5ff1936efc15ab91eb4d32ad31072c421ad7ec6cf6bc9bab325e1e47be6c13857946ddb
-DIST virtualbox-patches-7.2.0_pre20241128.tar.bz2 5982 BLAKE2B b502d73edd9faa527b4cb88f7ff7d44604120fa1acae5223752361c3e2251a1f37562b82a250d6e4169171b8bbff890b726b7ce8068e76178319d899c58fe0db SHA512 299be2d5bccab9db6a6246bf75acaccb745c4bac64deef1ceb45e3a5182fa6a5d960d0f55494a1ffc924bfe76ef16b6932b2562d7d27aac5c862faa96db0c0ab
+DIST virtualbox-patches-7.2.0_pre20241229.tar.bz2 6177 BLAKE2B 4f9d5280fbec82b8fc1d88a663c9285d1ee1e3a5c29dfeea862725f31d1c819cc8da057b9bd95f6d1e867421bad13f0d162acbaea4329f3e5bc8ca6dee8b0baa SHA512 f1dba1a709afa341ffb4012057c4531267f60f9db9bf63f49c235766e6257c0c846d48806179e0dd265be98798f51aab747fe6d96377134c0ca46ba3bd793253
diff --git a/app-emulation/virtualbox/virtualbox-9999.ebuild b/app-emulation/virtualbox/virtualbox-9999.ebuild
index 1306d563b1c4..f40763806c02 100644
--- a/app-emulation/virtualbox/virtualbox-9999.ebuild
+++ b/app-emulation/virtualbox/virtualbox-9999.ebuild
@@ -36,7 +36,7 @@ DESCRIPTION="Family of powerful x86 virtualization products for enterprise and h
HOMEPAGE="https://www.virtualbox.org/"
ESVN_REPO_URI="https://www.virtualbox.org/svn/vbox/trunk"
SRC_URI="
- https://gitweb.gentoo.org/proj/virtualbox-patches.git/snapshot/virtualbox-patches-7.2.0_pre20241128.tar.bz2
+ https://gitweb.gentoo.org/proj/virtualbox-patches.git/snapshot/virtualbox-patches-7.2.0_pre20241229.tar.bz2
gui? ( !doc? ( https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${PN}-help-${BASE_PV}.tar.xz ) )
"
S="${WORKDIR}/trunk"
@@ -198,7 +198,7 @@ REQUIRED_USE="
PATCHES=(
# Downloaded patchset
- "${WORKDIR}"/virtualbox-patches-7.2.0_pre20241128/patches
+ "${WORKDIR}"/virtualbox-patches-7.2.0_pre20241229/patches
)
DOCS=() # Don't install the default README file during einstalldocs