commit: a873649c874e55ba351774dd2e440194424e0b1e Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Thu Sep 24 01:35:32 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Thu Sep 24 01:35:32 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=a873649c
make.conf: enable 32 and 64 bits. core/etc/portage/make.conf.CYCLE.1 | 2 ++ core/etc/portage/make.conf.CYCLE.2 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/core/etc/portage/make.conf.CYCLE.1 b/core/etc/portage/make.conf.CYCLE.1 index 750fa3f..c8c158d 100644 --- a/core/etc/portage/make.conf.CYCLE.1 +++ b/core/etc/portage/make.conf.CYCLE.1 @@ -6,5 +6,7 @@ MAKEOPTS="-j17" PAX_MARKINGS="XT" RUBY_TARGETS="ruby19 ruby20 ruby21" +ABI_X86="64 32" + USE="-cups -tk -fontforge" USE_ORDER="env:conf:pkg:defaults:pkginternal:repo:env.d" diff --git a/core/etc/portage/make.conf.CYCLE.2 b/core/etc/portage/make.conf.CYCLE.2 index 89f556b..c511103 100644 --- a/core/etc/portage/make.conf.CYCLE.2 +++ b/core/etc/portage/make.conf.CYCLE.2 @@ -5,3 +5,5 @@ MAKEOPTS="-j17" PAX_MARKINGS="XT" RUBY_TARGETS="ruby19 ruby20 ruby21" + +ABI_X86="64 32"
