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: Thu, 24 Sep 2015 01:30:38
Message-Id: 1443058532.a873649c874e55ba351774dd2e440194424e0b1e.blueness@gentoo
1 commit: a873649c874e55ba351774dd2e440194424e0b1e
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 01:35:32 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 01:35:32 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=a873649c
7
8 make.conf: enable 32 and 64 bits.
9
10 core/etc/portage/make.conf.CYCLE.1 | 2 ++
11 core/etc/portage/make.conf.CYCLE.2 | 2 ++
12 2 files changed, 4 insertions(+)
13
14 diff --git a/core/etc/portage/make.conf.CYCLE.1 b/core/etc/portage/make.conf.CYCLE.1
15 index 750fa3f..c8c158d 100644
16 --- a/core/etc/portage/make.conf.CYCLE.1
17 +++ b/core/etc/portage/make.conf.CYCLE.1
18 @@ -6,5 +6,7 @@ MAKEOPTS="-j17"
19 PAX_MARKINGS="XT"
20 RUBY_TARGETS="ruby19 ruby20 ruby21"
21
22 +ABI_X86="64 32"
23 +
24 USE="-cups -tk -fontforge"
25 USE_ORDER="env:conf:pkg:defaults:pkginternal:repo:env.d"
26
27 diff --git a/core/etc/portage/make.conf.CYCLE.2 b/core/etc/portage/make.conf.CYCLE.2
28 index 89f556b..c511103 100644
29 --- a/core/etc/portage/make.conf.CYCLE.2
30 +++ b/core/etc/portage/make.conf.CYCLE.2
31 @@ -5,3 +5,5 @@ MAKEOPTS="-j17"
32
33 PAX_MARKINGS="XT"
34 RUBY_TARGETS="ruby19 ruby20 ruby21"
35 +
36 +ABI_X86="64 32"