From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AF01B15808B for ; Sun, 29 Sep 2024 04:16:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2804E2AB0; Sun, 29 Sep 2024 04:16:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 79240E2AB0 for ; Sun, 29 Sep 2024 04:16:34 +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 A94243430C1 for ; Sun, 29 Sep 2024 04:16:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BFD01F43 for ; Sun, 29 Sep 2024 04:16:32 +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: <1727582877.f9b3019ce949c7f5773037ca8fae247e3ecde5b8.eschwartz@gentoo> Subject: [gentoo-commits] proj/binhost:master commit in: builders/milou/gnome-v3-23/, builders/milou/gnome-23/ X-VCS-Repository: proj/binhost X-VCS-Files: builders/milou/gnome-23/run-update builders/milou/gnome-v3-23/run-update X-VCS-Directories: builders/milou/gnome-23/ builders/milou/gnome-v3-23/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: f9b3019ce949c7f5773037ca8fae247e3ecde5b8 X-VCS-Branch: master Date: Sun, 29 Sep 2024 04:16:32 +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: e9407867-0c7a-45f6-bbce-8da6df774143 X-Archives-Hash: 84f1850fd7cefff2af13e2f177259216 commit: f9b3019ce949c7f5773037ca8fae247e3ecde5b8 Author: Eli Schwartz gentoo org> AuthorDate: Sun Sep 29 04:07:57 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Sun Sep 29 04:07:57 2024 +0000 URL: https://gitweb.gentoo.org/proj/binhost.git/commit/?id=f9b3019c lucky variant: autounmask can be simpler --autounmask is a self-inflicted wound caused by misunderstanding the confusing interplay of portage options. The default is already autounmask for just USE flags, adding generic autounmask adds a bunch of other autounmasks which we then disable. Signed-off-by: Eli Schwartz gentoo.org> builders/milou/gnome-23/run-update | 2 +- builders/milou/gnome-v3-23/run-update | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builders/milou/gnome-23/run-update b/builders/milou/gnome-23/run-update index 0d043c6..bc348cc 100755 --- a/builders/milou/gnome-23/run-update +++ b/builders/milou/gnome-23/run-update @@ -12,7 +12,7 @@ if [[ $1 = lucky ]]; then comm -23 /tmp/stable /tmp/installed > /tmp/uninstalled-stable sed -i 's/--binpkg-respect-use//' /etc/portage/make.conf - to_install=(--autounmask --autounmask-keep-keywords --autounmask-license n --autounmask-write --autounmask-continue $(shuf -n1 /tmp/uninstalled-stable)) + to_install=(--autounmask-write --autounmask-continue $(shuf -n1 /tmp/uninstalled-stable)) elif [[ $1 ]]; then pushd /etc/portage/variants/$1 while read -r -d '' line; do diff --git a/builders/milou/gnome-v3-23/run-update b/builders/milou/gnome-v3-23/run-update index 0d043c6..bc348cc 100755 --- a/builders/milou/gnome-v3-23/run-update +++ b/builders/milou/gnome-v3-23/run-update @@ -12,7 +12,7 @@ if [[ $1 = lucky ]]; then comm -23 /tmp/stable /tmp/installed > /tmp/uninstalled-stable sed -i 's/--binpkg-respect-use//' /etc/portage/make.conf - to_install=(--autounmask --autounmask-keep-keywords --autounmask-license n --autounmask-write --autounmask-continue $(shuf -n1 /tmp/uninstalled-stable)) + to_install=(--autounmask-write --autounmask-continue $(shuf -n1 /tmp/uninstalled-stable)) elif [[ $1 ]]; then pushd /etc/portage/variants/$1 while read -r -d '' line; do