commit: 972aae18a3d2ad660c9abd817ae9d0fc2a38845b
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 18:44:43 2020 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 18:44:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972aae18
www-client/chromium: don't clobber PATCHES
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
www-client/chromium/chromium-87.0.4280.20-r1.ebuild | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/www-client/chromium/chromium-87.0.4280.20-r1.ebuild
b/www-client/chromium/chromium-87.0.4280.20-r1.ebuild
index bf67a111684..60f25e7d36d 100644
--- a/www-client/chromium/chromium-87.0.4280.20-r1.ebuild
+++ b/www-client/chromium/chromium-87.0.4280.20-r1.ebuild
@@ -175,11 +175,6 @@ them in Chromium, then add --password-store=basic to
CHROMIUM_FLAGS
in /etc/chromium/default.
"
-PATCHES=(
- "${FILESDIR}/chromium-87-ozone-deps.patch"
- "${FILESDIR}/chromium-87-webcodecs-deps.patch"
-)
-
pre_build_checks() {
if [[ ${MERGE_TYPE} != binary ]]; then
local -x CPP="$(tc-getCXX) -E"
@@ -233,6 +228,8 @@ src_prepare() {
local PATCHES=(
"${WORKDIR}/patches"
+ "${FILESDIR}/chromium-87-ozone-deps.patch"
+ "${FILESDIR}/chromium-87-webcodecs-deps.patch"
"${FILESDIR}/chromium-87-xproto-crash.patch"
)