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 DD860138CD0 for ; Wed, 1 Jul 2015 11:25:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 717DDE0849; Wed, 1 Jul 2015 11:25:15 +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 2FC2AE0849 for ; Wed, 1 Jul 2015 11:25:15 +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 76CFC3406F2 for ; Wed, 1 Jul 2015 11:25:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FADE739 for ; Wed, 1 Jul 2015 11:25:13 +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: <1435750025.b2f73e425e63cdcb2a871d51eddfe6595c8eda7c.blueness@gentoo> Subject: [gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: core/etc/portage/, scripts/ X-VCS-Repository: proj/grs X-VCS-Files: core/etc/portage/make.conf.CYCLE.2 core/etc/portage/make.conf.CYCLE.3 scripts/cycle.1.sh X-VCS-Directories: scripts/ core/etc/portage/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: b2f73e425e63cdcb2a871d51eddfe6595c8eda7c X-VCS-Branch: desktop-amd64-uclibc-hardened Date: Wed, 1 Jul 2015 11:25:13 +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: b033e8ac-6d8a-4dc2-aa21-03aea508a174 X-Archives-Hash: 7168c5900d3c11a51d8bdad9c12a3aa3 commit: b2f73e425e63cdcb2a871d51eddfe6595c8eda7c Author: Anthony G. Basile gentoo org> AuthorDate: Wed Jul 1 11:27:05 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Jul 1 11:27:05 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=b2f73e42 Remove overlay since grs is in the tree. core/etc/portage/make.conf.CYCLE.2 | 2 -- core/etc/portage/make.conf.CYCLE.3 | 2 -- scripts/cycle.1.sh | 3 --- 3 files changed, 7 deletions(-) diff --git a/core/etc/portage/make.conf.CYCLE.2 b/core/etc/portage/make.conf.CYCLE.2 index 33f743b..b27f17b 100644 --- a/core/etc/portage/make.conf.CYCLE.2 +++ b/core/etc/portage/make.conf.CYCLE.2 @@ -6,5 +6,3 @@ PAX_MARKINGS="XT" USE="-cups -tk" USE_ORDER="env:conf:pkg:defaults:pkginternal:repo:env.d" - -source '/var/lib/layman/make.conf' diff --git a/core/etc/portage/make.conf.CYCLE.3 b/core/etc/portage/make.conf.CYCLE.3 index c1e1fbc..09a51d9 100644 --- a/core/etc/portage/make.conf.CYCLE.3 +++ b/core/etc/portage/make.conf.CYCLE.3 @@ -3,5 +3,3 @@ CXXFLAGS="${CFLAGS}" CHOST="x86_64-gentoo-linux-uclibc" MAKEOPTS="-j17" PAX_MARKINGS="XT" - -source '/var/lib/layman/make.conf' diff --git a/scripts/cycle.1.sh b/scripts/cycle.1.sh index fa1cb34..b8d2e7b 100644 --- a/scripts/cycle.1.sh +++ b/scripts/cycle.1.sh @@ -9,6 +9,3 @@ emerge -b1q binutils emerge -b1q gcc emerge -b1q uclibc emerge -b1q argp-standalone -emerge -b1q layman -layman -L -layman -a blueness