Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/grs:tinhat-xfce4 commit in: core/etc/portage/
Date: Fri, 25 Sep 2015 02:37:00
Message-Id: 1443148919.f892499b816fa8f7d83ddea88bd46c1236bd4c6f.blueness@gentoo
1 commit: f892499b816fa8f7d83ddea88bd46c1236bd4c6f
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 02:41:59 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 02:41:59 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=f892499b
7
8 make.conf: do PT_PAX markings as well as XT.
9
10 core/etc/portage/make.conf.CYCLE.1 | 2 +-
11 core/etc/portage/make.conf.CYCLE.2 | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/core/etc/portage/make.conf.CYCLE.1 b/core/etc/portage/make.conf.CYCLE.1
15 index c8c158d..ca0b082 100644
16 --- a/core/etc/portage/make.conf.CYCLE.1
17 +++ b/core/etc/portage/make.conf.CYCLE.1
18 @@ -3,7 +3,7 @@ CXXFLAGS="${CFLAGS}"
19 CHOST="x86_64-pc-linux-gnu"
20 MAKEOPTS="-j17"
21
22 -PAX_MARKINGS="XT"
23 +PAX_MARKINGS="PT XT"
24 RUBY_TARGETS="ruby19 ruby20 ruby21"
25
26 ABI_X86="64 32"
27
28 diff --git a/core/etc/portage/make.conf.CYCLE.2 b/core/etc/portage/make.conf.CYCLE.2
29 index c511103..79e849c 100644
30 --- a/core/etc/portage/make.conf.CYCLE.2
31 +++ b/core/etc/portage/make.conf.CYCLE.2
32 @@ -3,7 +3,7 @@ CXXFLAGS="${CFLAGS}"
33 CHOST="x86_64-pc-linux-gnu"
34 MAKEOPTS="-j17"
35
36 -PAX_MARKINGS="XT"
37 +PAX_MARKINGS="PT XT"
38 RUBY_TARGETS="ruby19 ruby20 ruby21"
39
40 ABI_X86="64 32"