Skip to content

Commit

Permalink
www-client/firefox-45: switch 'xemake' to 'virtx emake' for PGO build…
Browse files Browse the repository at this point in the history
…s, per EAPI6

Package-Manager: portage-2.2.26
  • Loading branch information
axs-gentoo committed Mar 10, 2016
1 parent 4a262ce commit bb040ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www-client/firefox/firefox-45.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ src_compile() {

CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" \
MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \
Xemake -f client.mk profiledbuild || die "Xemake failed"
virtx emake -f client.mk profiledbuild || die "virtx emake failed"
else
CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" \
MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \
Expand Down

0 comments on commit bb040ce

Please sign in to comment.