public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/binhost:master commit in: builders/dola/server-23/portage/variants/python3both/, ...
@ 2025-04-23  2:38 Eli Schwartz
  0 siblings, 0 replies; only message in thread
From: Eli Schwartz @ 2025-04-23  2:38 UTC (permalink / raw
  To: gentoo-commits

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__


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-04-23  2:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-23  2:38 [gentoo-commits] proj/binhost:master commit in: builders/dola/server-23/portage/variants/python3both/, Eli Schwartz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox