From 7f05ccde63d52b41cfb58122ef6a47a20a93c9b5 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Sun, 1 Jun 2025 09:27:10 -0400 Subject: [PATCH] bootstrap: require docutils harder for stage3 --- profiles/pentoo/base/packages.build | 2 -- profiles/pentoo/bootstrap/packages | 2 ++ profiles/pentoo/bootstrap/packages.build | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 profiles/pentoo/bootstrap/packages create mode 100644 profiles/pentoo/bootstrap/packages.build diff --git a/profiles/pentoo/base/packages.build b/profiles/pentoo/base/packages.build index feabc33a0..6dc4fa165 100644 --- a/profiles/pentoo/base/packages.build +++ b/profiles/pentoo/base/packages.build @@ -6,5 +6,3 @@ app-arch/xz-utils app-arch/lbzip2 #this is needed for portage-9999 which is sometimes used for testing dev-vcs/git -#glib-utils and possibly others need this in stage3 -dev-python/docutils diff --git a/profiles/pentoo/bootstrap/packages b/profiles/pentoo/bootstrap/packages new file mode 100644 index 000000000..1b4f65254 --- /dev/null +++ b/profiles/pentoo/bootstrap/packages @@ -0,0 +1,2 @@ +#glib-utils and possibly others need this in stage3 +*dev-python/docutils diff --git a/profiles/pentoo/bootstrap/packages.build b/profiles/pentoo/bootstrap/packages.build new file mode 100644 index 000000000..26e5509c1 --- /dev/null +++ b/profiles/pentoo/bootstrap/packages.build @@ -0,0 +1,2 @@ +#glib-utils and possibly others need this in stage3 +dev-python/docutils