commit:     22e6d5f55a1a665ddd0b2608839b74f628fd1e82
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 02:31:18 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 02:31:18 2025 +0000
URL:        https://gitweb.gentoo.org/proj/binhost.git/commit/?id=22e6d5f5

append to make.conf without indentation

small neatness improvement when hacking on the live code

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 builders/dola/gnome-23/portage/variants/python3both/buildpkgonly      | 2 +-
 builders/dola/server-23/portage/variants/python3both/buildpkgonly     | 2 +-
 builders/milou/gnome-23/portage/variants/python3both/buildpkgonly     | 2 +-
 builders/milou/gnome-v3-23/portage/variants/python3both/buildpkgonly  | 2 +-
 builders/milou/server-23/portage/variants/python3both/buildpkgonly    | 2 +-
 builders/milou/server-v3-23/portage/variants/python3both/buildpkgonly | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/builders/dola/gnome-23/portage/variants/python3both/buildpkgonly 
b/builders/dola/gnome-23/portage/variants/python3both/buildpkgonly
index 94afbb4..fc01755 100755
--- a/builders/dola/gnome-23/portage/variants/python3both/buildpkgonly
+++ b/builders/dola/gnome-23/portage/variants/python3both/buildpkgonly
@@ -5,7 +5,7 @@ set -e
 emerge -uDN --backtrack=100 @world
 
 # py 3.13 exclusive (non default)
-cat >> ../../make.conf << __EOF__
+cat >> ../../make.conf <<- __EOF__
        PYTHON_TARGETS="python3_13"
        PYTHON_SINGLE_TARGET="python3_13"
 __EOF__

diff --git a/builders/dola/server-23/portage/variants/python3both/buildpkgonly 
b/builders/dola/server-23/portage/variants/python3both/buildpkgonly
index 94afbb4..fc01755 100755
--- a/builders/dola/server-23/portage/variants/python3both/buildpkgonly
+++ b/builders/dola/server-23/portage/variants/python3both/buildpkgonly
@@ -5,7 +5,7 @@ set -e
 emerge -uDN --backtrack=100 @world
 
 # py 3.13 exclusive (non default)
-cat >> ../../make.conf << __EOF__
+cat >> ../../make.conf <<- __EOF__
        PYTHON_TARGETS="python3_13"
        PYTHON_SINGLE_TARGET="python3_13"
 __EOF__

diff --git a/builders/milou/gnome-23/portage/variants/python3both/buildpkgonly 
b/builders/milou/gnome-23/portage/variants/python3both/buildpkgonly
index 94afbb4..fc01755 100755
--- a/builders/milou/gnome-23/portage/variants/python3both/buildpkgonly
+++ b/builders/milou/gnome-23/portage/variants/python3both/buildpkgonly
@@ -5,7 +5,7 @@ set -e
 emerge -uDN --backtrack=100 @world
 
 # py 3.13 exclusive (non default)
-cat >> ../../make.conf << __EOF__
+cat >> ../../make.conf <<- __EOF__
        PYTHON_TARGETS="python3_13"
        PYTHON_SINGLE_TARGET="python3_13"
 __EOF__

diff --git 
a/builders/milou/gnome-v3-23/portage/variants/python3both/buildpkgonly 
b/builders/milou/gnome-v3-23/portage/variants/python3both/buildpkgonly
index 94afbb4..fc01755 100755
--- a/builders/milou/gnome-v3-23/portage/variants/python3both/buildpkgonly
+++ b/builders/milou/gnome-v3-23/portage/variants/python3both/buildpkgonly
@@ -5,7 +5,7 @@ set -e
 emerge -uDN --backtrack=100 @world
 
 # py 3.13 exclusive (non default)
-cat >> ../../make.conf << __EOF__
+cat >> ../../make.conf <<- __EOF__
        PYTHON_TARGETS="python3_13"
        PYTHON_SINGLE_TARGET="python3_13"
 __EOF__

diff --git a/builders/milou/server-23/portage/variants/python3both/buildpkgonly 
b/builders/milou/server-23/portage/variants/python3both/buildpkgonly
index 94afbb4..fc01755 100755
--- a/builders/milou/server-23/portage/variants/python3both/buildpkgonly
+++ b/builders/milou/server-23/portage/variants/python3both/buildpkgonly
@@ -5,7 +5,7 @@ set -e
 emerge -uDN --backtrack=100 @world
 
 # py 3.13 exclusive (non default)
-cat >> ../../make.conf << __EOF__
+cat >> ../../make.conf <<- __EOF__
        PYTHON_TARGETS="python3_13"
        PYTHON_SINGLE_TARGET="python3_13"
 __EOF__

diff --git 
a/builders/milou/server-v3-23/portage/variants/python3both/buildpkgonly 
b/builders/milou/server-v3-23/portage/variants/python3both/buildpkgonly
index 94afbb4..fc01755 100755
--- a/builders/milou/server-v3-23/portage/variants/python3both/buildpkgonly
+++ b/builders/milou/server-v3-23/portage/variants/python3both/buildpkgonly
@@ -5,7 +5,7 @@ set -e
 emerge -uDN --backtrack=100 @world
 
 # py 3.13 exclusive (non default)
-cat >> ../../make.conf << __EOF__
+cat >> ../../make.conf <<- __EOF__
        PYTHON_TARGETS="python3_13"
        PYTHON_SINGLE_TARGET="python3_13"
 __EOF__

Reply via email to