commit: 78c2c50cdc55070f6e2584b5e7c8203bbecb65f4 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Tue Jul 7 13:35:24 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> 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
