Diff chromium-117.0.5938.132 with a chromium-117.0.5938.149
/usr/portage/www-client/chromium/chromium-117.0.5938.149.ebuild 2023-10-09 14:52:35.884368511 +0300 | ||
---|---|---|
20 | 20 |
HOMEPAGE="https://www.chromium.org/" |
21 | 21 |
PATCHSET_PPC64="117.0.5938.62-1raptor0~deb12u1" |
22 | 22 |
SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz |
23 |
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/${PV}/chromium-patches-${PV}.tar.bz2 |
|
23 |
https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/${PV%%\.*}/chromium-patches-${PV%%\.*}.tar.bz2 |
|
24 | 24 |
ppc64? ( |
25 | 25 |
https://quickbuild.io/~raptor-engineering-public/+archive/ubuntu/chromium/+files/chromium_${PATCHSET_PPC64}.debian.tar.xz |
26 | 26 |
https://deps.gentoo.zip/chromium-ppc64le-gentoo-patches-1.tar.xz |
... | ... | |
333 | 333 |
"chrome/browser/media/router/media_router_feature.cc" || die |
334 | 334 | |
335 | 335 |
local PATCHES=( |
336 |
"${WORKDIR}/chromium-patches-${PV}" |
|
336 |
"${WORKDIR}/chromium-patches-${PV%%\.*}" |
|
337 | 337 |
"${FILESDIR}/chromium-cross-compile.patch" |
338 | 338 |
"${FILESDIR}/chromium-use-oauth2-client-switches-as-default.patch" |
339 | 339 |
"${FILESDIR}/chromium-108-EnumTable-crash.patch" |