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 F3153138D0D for ; Tue, 7 Jul 2015 13:33:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76E9DE0969; Tue, 7 Jul 2015 13:33:00 +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 1EF46E0969 for ; Tue, 7 Jul 2015 13:32:59 +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 33DA1340E12 for ; Tue, 7 Jul 2015 13:32:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E5AE738 for ; Tue, 7 Jul 2015 13:32:57 +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: <1436276124.78c2c50cdc55070f6e2584b5e7c8203bbecb65f4.blueness@gentoo> Subject: [gentoo-commits] proj/grs:stages-amd64-hardened commit in: core/etc/portage/, scripts/ X-VCS-Repository: proj/grs X-VCS-Files: core/etc/portage/package.accept_keywords 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: 78c2c50cdc55070f6e2584b5e7c8203bbecb65f4 X-VCS-Branch: stages-amd64-hardened Date: Tue, 7 Jul 2015 13:32:57 +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: e08863a2-8ecc-4a2a-8308-ec3bbb769737 X-Archives-Hash: 0969a7d1e05ad75248919a9258a84cf8 commit: 78c2c50cdc55070f6e2584b5e7c8203bbecb65f4 Author: Anthony G. Basile gentoo org> AuthorDate: Tue Jul 7 13:35:24 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Jul 7 13:35:24 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=78c2c50c Just keyword unmask app-portage/grs, not al its deps. core/etc/portage/package.accept_keywords | 1 + scripts/cycle.1.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core/etc/portage/package.accept_keywords b/core/etc/portage/package.accept_keywords new file mode 100644 index 0000000..1fba46a --- /dev/null +++ b/core/etc/portage/package.accept_keywords @@ -0,0 +1 @@ +=app-portage/grs-9999 ** diff --git a/scripts/cycle.1.sh b/scripts/cycle.1.sh index 04afb41..d9d0448 100644 --- a/scripts/cycle.1.sh +++ b/scripts/cycle.1.sh @@ -3,4 +3,4 @@ source /etc/profile env-update USE="build" emerge -bkNu1q sys-apps/portage -ACCEPT_KEYWORDS="**" emerge -b1q =app-portage/grs-9999 +emerge -bkNu1q =app-portage/grs-9999