diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-10-22 14:44:43 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-10-22 14:44:43 -0400 |
commit | 972aae18a3d2ad660c9abd817ae9d0fc2a38845b (patch) | |
tree | 16c6826be41d639f3edbd9f09c3032f37ddfb6fa /www-client | |
parent | sys-cluster/swift: 2.26.0 stable amd64/x86 (diff) | |
download | gentoo-972aae18a3d2ad660c9abd817ae9d0fc2a38845b.tar.gz gentoo-972aae18a3d2ad660c9abd817ae9d0fc2a38845b.tar.bz2 gentoo-972aae18a3d2ad660c9abd817ae9d0fc2a38845b.zip |
www-client/chromium: don't clobber PATCHES
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/chromium/chromium-87.0.4280.20-r1.ebuild | 7 |
1 files 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 bf67a111684f..60f25e7d36d1 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" ) |