From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5926C1382C5 for ; Wed, 21 Feb 2018 08:05:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5399CE0884; Wed, 21 Feb 2018 08:05:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2E611E0884 for ; Wed, 21 Feb 2018 08:05:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E393B335C0C for ; Wed, 21 Feb 2018 08:05:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A289D211 for ; Wed, 21 Feb 2018 08:05: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: <1519200333.e9be34f169615ae7a6a3e9c1a20d25b432873b7d.blueness@gentoo> Subject: [gentoo-commits] proj/grs:desktop-amd64-musl-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: e9be34f169615ae7a6a3e9c1a20d25b432873b7d X-VCS-Branch: desktop-amd64-musl-hardened Date: Wed, 21 Feb 2018 08:05: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: 56f7db0c-e87d-4341-8ced-827056a38899 X-Archives-Hash: 2f054da593cc3b9f88a4ccfcd1107e64 commit: e9be34f169615ae7a6a3e9c1a20d25b432873b7d Author: Anthony G. Basile gentoo org> AuthorDate: Wed Feb 21 08:05:33 2018 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Feb 21 08:05:33 2018 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=e9be34f1 make.profile: switch to new musl profiles 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 d0c9e57..32c66cc 120000 --- a/core/etc/portage/make.profile +++ b/core/etc/portage/make.profile @@ -1 +1 @@ -../../usr/portage/profiles/hardened/linux/musl/amd64 \ No newline at end of file +../../usr/portage/profiles/default/linux/amd64/17.0/musl/hardened \ No newline at end of file