Let's enable option to make Prefix installation to use stable keyword.
I like this idea and let's do it!
Benda, in order for this to happen, could you stabilize https://bugs.gentoo.org/759427 ?
Created attachment 716091 [details, diff] patch to bootstrap script
I think bootstrapping will behave a lot better by using only stable packages, +1 from me for this as well.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=4d1e44303c0a968a1a2cdc6b5597e862bbfb81bd commit 4d1e44303c0a968a1a2cdc6b5597e862bbfb81bd Author: Fabian Groffen <grobian@gentoo.org> AuthorDate: 2021-07-16 07:09:20 +0000 Commit: Fabian Groffen <grobian@gentoo.org> CommitDate: 2021-07-16 07:09:20 +0000 scripts/bootstrap-prefix: make stable keyword impl a bit more generic If we want to support more (Linux) arches in the future with stable keywords, this should do the trick. Closes: https://bugs.gentoo.org/759424 Signed-off-by: Fabian Groffen <grobian@gentoo.org> scripts/bootstrap-prefix.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=92e83b4212ec23c1ea9d6013343462b85011a6bd commit 92e83b4212ec23c1ea9d6013343462b85011a6bd Author: Alexey Sokolov <sokolov@google.com> AuthorDate: 2021-06-14 15:08:57 +0000 Commit: Fabian Groffen <grobian@gentoo.org> CommitDate: 2021-07-16 07:03:24 +0000 scripts/bootstrap-prefix: do stable prefix on amd64 Bug: https://bugs.gentoo.org/759424 Signed-off-by: Fabian Groffen <grobian@gentoo.org> scripts/bootstrap-prefix.sh | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+)