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 8D47813881D for ; Thu, 24 Sep 2015 01:30:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DEC4E0833; Thu, 24 Sep 2015 01:30:35 +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 E52EFE0833 for ; Thu, 24 Sep 2015 01:30:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8107340A9D for ; Thu, 24 Sep 2015 01:30:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C79161FB for ; Thu, 24 Sep 2015 01:30:29 +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: <1443058532.a873649c874e55ba351774dd2e440194424e0b1e.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: a873649c874e55ba351774dd2e440194424e0b1e X-VCS-Branch: tinhat-xfce4 Date: Thu, 24 Sep 2015 01:30:29 +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: db62d046-16f3-45cd-816b-f5464c879b47 X-Archives-Hash: 3d4b0df08aad374e3c39e36b9275b8ca commit: a873649c874e55ba351774dd2e440194424e0b1e Author: Anthony G. Basile gentoo org> AuthorDate: Thu Sep 24 01:35:32 2015 +0000 Commit: Anthony G. Basile gentoo 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"