From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3674213881C for ; Fri, 25 Sep 2015 02:37:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C7E621C008; Fri, 25 Sep 2015 02:36:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B70521C008 for ; Fri, 25 Sep 2015 02:36:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2641A3408FB for ; Fri, 25 Sep 2015 02:36:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B7D51F5 for ; Fri, 25 Sep 2015 02:36:54 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1443148919.f892499b816fa8f7d83ddea88bd46c1236bd4c6f.blueness@gentoo> Subject: [gentoo-commits] proj/grs:tinhat-xfce4 commit in: core/etc/portage/ X-VCS-Repository: proj/grs X-VCS-Files: core/etc/portage/make.conf.CYCLE.1 core/etc/portage/make.conf.CYCLE.2 X-VCS-Directories: core/etc/portage/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: f892499b816fa8f7d83ddea88bd46c1236bd4c6f X-VCS-Branch: tinhat-xfce4 Date: Fri, 25 Sep 2015 02:36:54 +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: b6a9ffb7-3ee6-4763-b78b-d0972761fa32 X-Archives-Hash: 56d55d7f94e96713457424c1c129ad7a commit: f892499b816fa8f7d83ddea88bd46c1236bd4c6f Author: Anthony G. Basile gentoo org> AuthorDate: Fri Sep 25 02:41:59 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Sep 25 02:41:59 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=f892499b make.conf: do PT_PAX markings as well as XT. core/etc/portage/make.conf.CYCLE.1 | 2 +- core/etc/portage/make.conf.CYCLE.2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/etc/portage/make.conf.CYCLE.1 b/core/etc/portage/make.conf.CYCLE.1 index c8c158d..ca0b082 100644 --- a/core/etc/portage/make.conf.CYCLE.1 +++ b/core/etc/portage/make.conf.CYCLE.1 @@ -3,7 +3,7 @@ CXXFLAGS="${CFLAGS}" CHOST="x86_64-pc-linux-gnu" MAKEOPTS="-j17" -PAX_MARKINGS="XT" +PAX_MARKINGS="PT XT" RUBY_TARGETS="ruby19 ruby20 ruby21" ABI_X86="64 32" diff --git a/core/etc/portage/make.conf.CYCLE.2 b/core/etc/portage/make.conf.CYCLE.2 index c511103..79e849c 100644 --- a/core/etc/portage/make.conf.CYCLE.2 +++ b/core/etc/portage/make.conf.CYCLE.2 @@ -3,7 +3,7 @@ CXXFLAGS="${CFLAGS}" CHOST="x86_64-pc-linux-gnu" MAKEOPTS="-j17" -PAX_MARKINGS="XT" +PAX_MARKINGS="PT XT" RUBY_TARGETS="ruby19 ruby20 ruby21" ABI_X86="64 32"