From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 531C71584AD for ; Wed, 23 Apr 2025 02:38:26 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 39947343062 for ; Wed, 23 Apr 2025 02:38:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3DC071102C5; Wed, 23 Apr 2025 02:38:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 37CA61102C5 for ; Wed, 23 Apr 2025 02:38:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DDEB234301F for ; Wed, 23 Apr 2025 02:38:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 493E9255A for ; Wed, 23 Apr 2025 02:38:20 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1745375478.22e6d5f55a1a665ddd0b2608839b74f628fd1e82.eschwartz@gentoo> Subject: [gentoo-commits] proj/binhost:master commit in: builders/dola/server-23/portage/variants/python3both/, ... X-VCS-Repository: proj/binhost X-VCS-Files: builders/dola/gnome-23/portage/variants/python3both/buildpkgonly builders/dola/server-23/portage/variants/python3both/buildpkgonly builders/milou/gnome-23/portage/variants/python3both/buildpkgonly builders/milou/gnome-v3-23/portage/variants/python3both/buildpkgonly builders/milou/server-23/portage/variants/python3both/buildpkgonly builders/milou/server-v3-23/portage/variants/python3both/buildpkgonly X-VCS-Directories: builders/milou/server-v3-23/portage/variants/python3both/ builders/dola/gnome-23/portage/variants/python3both/ builders/dola/server-23/portage/variants/python3both/ builders/milou/server-23/portage/variants/python3both/ builders/milou/gnome-v3-23/portage/variants/python3both/ builders/milou/gnome-23/portage/variants/python3both/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 22e6d5f55a1a665ddd0b2608839b74f628fd1e82 X-VCS-Branch: master Date: Wed, 23 Apr 2025 02:38:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fff10980-3f9e-4fb4-93d3-2f94941269de X-Archives-Hash: 2b3cec6d6705257168cd701fe93a0f30 commit: 22e6d5f55a1a665ddd0b2608839b74f628fd1e82 Author: Eli Schwartz gentoo org> AuthorDate: Wed Apr 23 02:31:18 2025 +0000 Commit: Eli Schwartz gentoo 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 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__