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 894EF139694 for ; Sun, 25 Jun 2017 16:14:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4A8EE083D; Sun, 25 Jun 2017 16:14:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81EFAE083D for ; Sun, 25 Jun 2017 16:14:24 +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 B01CE3418CD for ; Sun, 25 Jun 2017 16:14:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 503797487 for ; Sun, 25 Jun 2017 16:14:21 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1498407229.aa600a0b98d40a89a4f38fa41101fbd5a4e17a2b.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/ X-VCS-Repository: proj/mozilla X-VCS-Files: mail-client/thunderbird/thunderbird-52.2.0.ebuild X-VCS-Directories: mail-client/thunderbird/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: aa600a0b98d40a89a4f38fa41101fbd5a4e17a2b X-VCS-Branch: master Date: Sun, 25 Jun 2017 16:14:21 +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-Archives-Salt: 1075f6f1-1599-4da5-a1f7-e82acbfb8f1d X-Archives-Hash: 1e19552c74e0b45ebbe10c2763307aeb commit: aa600a0b98d40a89a4f38fa41101fbd5a4e17a2b Author: Jory A. Pratt gentoo org> AuthorDate: Sun Jun 25 16:13:49 2017 +0000 Commit: Jory Pratt gentoo org> CommitDate: Sun Jun 25 16:13:49 2017 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=aa600a0b mail-client/thunderbird: Don't need to disable PAGEEXEC by default mail-client/thunderbird/thunderbird-52.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/thunderbird/thunderbird-52.2.0.ebuild b/mail-client/thunderbird/thunderbird-52.2.0.ebuild index ac94d14..fe60ce0 100644 --- a/mail-client/thunderbird/thunderbird-52.2.0.ebuild +++ b/mail-client/thunderbird/thunderbird-52.2.0.ebuild @@ -307,7 +307,7 @@ src_install() { fi # Required in order to use plugins and even run thunderbird on hardened. - pax-mark pm "${ED}"${MOZILLA_FIVE_HOME}/{thunderbird,thunderbird-bin,plugin-container} + pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/{thunderbird,thunderbird-bin,plugin-container} if use minimal; then rm -r "${ED}"/usr/include "${ED}"${MOZILLA_FIVE_HOME}/{idl,include,lib,sdk} || \