public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Eli Schwartz" <eschwartz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/binhost:master commit in: builders/milou/gnome-v3-23/, builders/milou/gnome-23/
Date: Sun, 29 Sep 2024 04:16:32 +0000 (UTC)	[thread overview]
Message-ID: <1727582877.f9b3019ce949c7f5773037ca8fae247e3ecde5b8.eschwartz@gentoo> (raw)

commit:     f9b3019ce949c7f5773037ca8fae247e3ecde5b8
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 04:07:57 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> 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 <eschwartz <AT> 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


             reply	other threads:[~2024-09-29  4:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-29  4:16 Eli Schwartz [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-13  8:50 [gentoo-commits] proj/binhost:master commit in: builders/milou/gnome-v3-23/, builders/milou/gnome-23/ Eli Schwartz
2024-10-10  5:05 Eli Schwartz
2024-09-29  4:16 Eli Schwartz
2024-09-12  3:05 Eli Schwartz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1727582877.f9b3019ce949c7f5773037ca8fae247e3ecde5b8.eschwartz@gentoo \
    --to=eschwartz@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox