commit: e4dfe7e9f9241656a7ac21d61fb467843f19b362 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sun Feb 4 19:13:40 2024 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sun Feb 4 19:13:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=e4dfe7e9
scripts/bootstrap-prefix: bump snapshot to 20240203 Gets up to emerge @system stage so assuming it's ok. Makes clang-lld profile available for bootstraps. PR: https://github.com/gentoo/gentoo/pull/35042 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> scripts/bootstrap-prefix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 2a0274f9f3..1bbcd7cdb9 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -558,7 +558,7 @@ bootstrap_tree() { # retain this comment and the line below to # keep this snapshot around in the snapshots # MKSNAPSHOT-ANCHOR -- directory of rsync slaves - local PV="20240121" + local PV="20240203" # RAP uses the latest gentoo main repo snapshot to bootstrap. is-rap && LATEST_TREE_YES=1
