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 F0A0B13949B for ; Sat, 25 Jul 2015 22:08:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10EEDE087C; Sat, 25 Jul 2015 22:08:47 +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 AAFC5E087C for ; Sat, 25 Jul 2015 22:08:46 +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 BE5F434078E for ; Sat, 25 Jul 2015 22:08:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DF1AB7 for ; Sat, 25 Jul 2015 22:08:41 +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: <1437862278.cd801c6155558259262fdcd3638b5276adb8e2af.blueness@gentoo> Subject: [gentoo-commits] proj/grs:desktop-amd64-hardened commit in: core/etc/portage/ X-VCS-Repository: proj/grs X-VCS-Files: core/etc/portage/make.profile X-VCS-Directories: core/etc/portage/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: cd801c6155558259262fdcd3638b5276adb8e2af X-VCS-Branch: desktop-amd64-hardened Date: Sat, 25 Jul 2015 22:08:41 +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: 552e7140-fdc1-4f3b-b57b-1c7663c1788c X-Archives-Hash: 68de64fe40a6c12a60d63fe633e54262 commit: cd801c6155558259262fdcd3638b5276adb8e2af Author: Anthony G. Basile gentoo org> AuthorDate: Sat Jul 25 22:11:18 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Jul 25 22:11:18 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=cd801c61 Swtich to no-multlib. core/etc/portage/make.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/etc/portage/make.profile b/core/etc/portage/make.profile index fb4e880..f4562c2 120000 --- a/core/etc/portage/make.profile +++ b/core/etc/portage/make.profile @@ -1 +1 @@ -../../usr/portage/profiles/hardened/linux/amd64 \ No newline at end of file +../../usr/portage/profiles/hardened/linux/amd64/no-multilib \ No newline at end of file