From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E795138359 for ; Sun, 11 Oct 2020 20:04:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE256E0AED; Sun, 11 Oct 2020 20:04:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 892B0E0AB9 for ; Sun, 11 Oct 2020 20:04:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84460340D1C for ; Sun, 11 Oct 2020 20:04:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1053236B for ; Sun, 11 Oct 2020 20:04:03 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1602446638.bb346f522378147a3aaaabab96b26c67c4237a43.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox-bin/firefox-bin-78.3.1-r1.ebuild www-client/firefox-bin/firefox-bin-81.0.1-r1.ebuild X-VCS-Directories: www-client/firefox-bin/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: bb346f522378147a3aaaabab96b26c67c4237a43 X-VCS-Branch: master Date: Sun, 11 Oct 2020 20:04:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1d450f09-1347-4c2a-addf-d516d7f23c9a X-Archives-Hash: 2a4921bc6983f0a428d1e398378374c1 commit: bb346f522378147a3aaaabab96b26c67c4237a43 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Oct 11 20:01:41 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Oct 11 20:03:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb346f52 www-client/firefox-bin: prepend $ED for PaX marking Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann gentoo.org> www-client/firefox-bin/firefox-bin-78.3.1-r1.ebuild | 6 +++--- www-client/firefox-bin/firefox-bin-81.0.1-r1.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www-client/firefox-bin/firefox-bin-78.3.1-r1.ebuild b/www-client/firefox-bin/firefox-bin-78.3.1-r1.ebuild index d95da6f4e1a..2c98494ac15 100644 --- a/www-client/firefox-bin/firefox-bin-78.3.1-r1.ebuild +++ b/www-client/firefox-bin/firefox-bin-78.3.1-r1.ebuild @@ -186,9 +186,9 @@ src_install() { popd &>/dev/null || die pax-mark m \ - "${MOZILLA_FIVE_HOME}"/firefox \ - "${MOZILLA_FIVE_HOME}"/firefox-bin \ - "${MOZILLA_FIVE_HOME}"/plugin-container + "${ED}${MOZILLA_FIVE_HOME}"/firefox \ + "${ED}${MOZILLA_FIVE_HOME}"/firefox-bin \ + "${ED}${MOZILLA_FIVE_HOME}"/plugin-container # Patch alsa support local apulselib= diff --git a/www-client/firefox-bin/firefox-bin-81.0.1-r1.ebuild b/www-client/firefox-bin/firefox-bin-81.0.1-r1.ebuild index 6f6355a74f0..55910de3e93 100644 --- a/www-client/firefox-bin/firefox-bin-81.0.1-r1.ebuild +++ b/www-client/firefox-bin/firefox-bin-81.0.1-r1.ebuild @@ -186,9 +186,9 @@ src_install() { popd &>/dev/null || die pax-mark m \ - "${MOZILLA_FIVE_HOME}"/firefox \ - "${MOZILLA_FIVE_HOME}"/firefox-bin \ - "${MOZILLA_FIVE_HOME}"/plugin-container + "${ED}${MOZILLA_FIVE_HOME}"/firefox \ + "${ED}${MOZILLA_FIVE_HOME}"/firefox-bin \ + "${ED}${MOZILLA_FIVE_HOME}"/plugin-container # Patch alsa support local apulselib=