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 1D13D15807A for ; Fri, 06 Jun 2025 16:04:06 +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 E498A34314D for ; Fri, 06 Jun 2025 16:04:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 161391103C1; Fri, 06 Jun 2025 16:04:03 +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 0E55E1103C1 for ; Fri, 06 Jun 2025 16:04:03 +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 B4AD3343111 for ; Fri, 06 Jun 2025 16:04:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00A4B1EC7 for ; Fri, 06 Jun 2025 16:04:01 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1749225611.6139c353d11b1de29222a2687a542b2b45f2a80f.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/salt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/salt/salt-3006.7-r1.ebuild app-admin/salt/salt-3007.0-r1.ebuild app-admin/salt/salt-3007.1-r1.ebuild X-VCS-Directories: app-admin/salt/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 6139c353d11b1de29222a2687a542b2b45f2a80f X-VCS-Branch: master Date: Fri, 06 Jun 2025 16:04:01 +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: a5db9084-038b-4ebc-abcd-46b1c5f5fa8e X-Archives-Hash: c369b72b63329de8867d272e68126ba6 commit: 6139c353d11b1de29222a2687a542b2b45f2a80f Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jun 6 16:00:11 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jun 6 16:00:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6139c353 app-admin/salt: destable to ~x86 Signed-off-by: Arthur Zamarin gentoo.org> app-admin/salt/salt-3006.7-r1.ebuild | 4 ++-- app-admin/salt/salt-3007.0-r1.ebuild | 2 +- app-admin/salt/salt-3007.1-r1.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-admin/salt/salt-3006.7-r1.ebuild b/app-admin/salt/salt-3006.7-r1.ebuild index 06d90ccf0ca2..57bb61e046c3 100644 --- a/app-admin/salt/salt-3006.7-r1.ebuild +++ b/app-admin/salt/salt-3006.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_BRANCH="develop" else inherit pypi - KEYWORDS="amd64 ~riscv x86" + KEYWORDS="amd64 ~riscv ~x86" fi LICENSE="Apache-2.0" diff --git a/app-admin/salt/salt-3007.0-r1.ebuild b/app-admin/salt/salt-3007.0-r1.ebuild index 1690cbdb34dd..3073f2fa854f 100644 --- a/app-admin/salt/salt-3007.0-r1.ebuild +++ b/app-admin/salt/salt-3007.0-r1.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_BRANCH="develop" else inherit pypi - KEYWORDS="amd64 ~riscv x86" + KEYWORDS="amd64 ~riscv ~x86" fi LICENSE="Apache-2.0" diff --git a/app-admin/salt/salt-3007.1-r1.ebuild b/app-admin/salt/salt-3007.1-r1.ebuild index 97c3c18acbef..538dcfea22fe 100644 --- a/app-admin/salt/salt-3007.1-r1.ebuild +++ b/app-admin/salt/salt-3007.1-r1.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_BRANCH="develop" else inherit pypi - KEYWORDS="amd64 ~riscv x86" + KEYWORDS="amd64 ~riscv ~x86" fi LICENSE="Apache-2.0"