Skip to content

Commit

Permalink
www-client/chromium: fix vpx header generation on ppc64
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/832803
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <[email protected]>
  • Loading branch information
stha09 committed Feb 16, 2022
1 parent d4aa6e5 commit 57ccc66
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www-client/chromium/chromium-100.0.4878.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,9 @@ src_prepare() {
if use ppc64; then
pushd third_party/libvpx >/dev/null || die
mkdir -p source/config/linux/ppc64 || die
# requires git and clang, bug #832803
sed -i -e "s|^update_readme||g; s|clang-format|${EPREFIX}/bin/true|g" \
generate_gni.sh || die
./generate_gni.sh || die
popd >/dev/null || die
fi
Expand Down
3 changes: 3 additions & 0 deletions www-client/chromium/chromium-98.0.4758.102.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,9 @@ src_prepare() {
if use ppc64; then
pushd third_party/libvpx >/dev/null || die
mkdir -p source/config/linux/ppc64 || die
# requires git and clang, bug #832803
sed -i -e "s|^update_readme||g; s|clang-format|${EPREFIX}/bin/true|g" \
generate_gni.sh || die
./generate_gni.sh || die
popd >/dev/null || die
fi
Expand Down
3 changes: 3 additions & 0 deletions www-client/chromium/chromium-98.0.4758.80.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,9 @@ src_prepare() {
if use ppc64; then
pushd third_party/libvpx >/dev/null || die
mkdir -p source/config/linux/ppc64 || die
# requires git and clang, bug #832803
sed -i -e "s|^update_readme||g; s|clang-format|${EPREFIX}/bin/true|g" \
generate_gni.sh || die
./generate_gni.sh || die
popd >/dev/null || die
fi
Expand Down
3 changes: 3 additions & 0 deletions www-client/chromium/chromium-99.0.4844.27.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,9 @@ src_prepare() {
if use ppc64; then
pushd third_party/libvpx >/dev/null || die
mkdir -p source/config/linux/ppc64 || die
# requires git and clang, bug #832803
sed -i -e "s|^update_readme||g; s|clang-format|${EPREFIX}/bin/true|g" \
generate_gni.sh || die
./generate_gni.sh || die
popd >/dev/null || die
fi
Expand Down

0 comments on commit 57ccc66

Please sign in to comment.