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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC4251581D3 for ; Thu, 23 May 2024 16:10:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E2622BC01D; Thu, 23 May 2024 16:10:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6FA7D2BC01C for ; Thu, 23 May 2024 16:10:07 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BAA6E342FF7 for ; Thu, 23 May 2024 16:10:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29EE91B42 for ; Thu, 23 May 2024 16:10:04 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1716480598.2aa9db9936ff592b0eaa86597e2b401e578ccb90.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/wf-shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/wf-shell/wf-shell-0.8.0-r1.ebuild gui-apps/wf-shell/wf-shell-0.8.1.ebuild gui-apps/wf-shell/wf-shell-9999.ebuild X-VCS-Directories: gui-apps/wf-shell/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2aa9db9936ff592b0eaa86597e2b401e578ccb90 X-VCS-Branch: master Date: Thu, 23 May 2024 16:10:04 +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: 08890658-f736-4acb-b03b-0d52efde11ad X-Archives-Hash: 4c385e3eb3ff03c0ebd569372f1eaa03 commit: 2aa9db9936ff592b0eaa86597e2b401e578ccb90 Author: Matt Turner gentoo org> AuthorDate: Thu May 23 16:04:40 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu May 23 16:09:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aa9db99 gui-apps/wf-shell: Drop x86 keyword Commit e312ad721e81 ("gui-wm/wayfire: add 0.8.1") dropped x86 keywords from the new version. Signed-off-by: Matt Turner gentoo.org> gui-apps/wf-shell/wf-shell-0.8.0-r1.ebuild | 2 +- gui-apps/wf-shell/wf-shell-0.8.1.ebuild | 2 +- gui-apps/wf-shell/wf-shell-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gui-apps/wf-shell/wf-shell-0.8.0-r1.ebuild b/gui-apps/wf-shell/wf-shell-0.8.0-r1.ebuild index 3848acf28b87..32e702833393 100644 --- a/gui-apps/wf-shell/wf-shell-0.8.0-r1.ebuild +++ b/gui-apps/wf-shell/wf-shell-0.8.0-r1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then SLOT="0/9999" else SRC_URI="https://github.com/WayfireWM/${PN}/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64" SLOT="0/$(ver_cut 1-2)" fi diff --git a/gui-apps/wf-shell/wf-shell-0.8.1.ebuild b/gui-apps/wf-shell/wf-shell-0.8.1.ebuild index 5714b6ad5e53..17d95bd11175 100644 --- a/gui-apps/wf-shell/wf-shell-0.8.1.ebuild +++ b/gui-apps/wf-shell/wf-shell-0.8.1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then SLOT="0/0.8" else SRC_URI="https://github.com/WayfireWM/wf-shell/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64" SLOT="0/$(ver_cut 1-2)" fi diff --git a/gui-apps/wf-shell/wf-shell-9999.ebuild b/gui-apps/wf-shell/wf-shell-9999.ebuild index 134b2da87270..11f4142ea117 100644 --- a/gui-apps/wf-shell/wf-shell-9999.ebuild +++ b/gui-apps/wf-shell/wf-shell-9999.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then SLOT="0/0.8" else SRC_URI="https://github.com/WayfireWM/wf-shell/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm64" SLOT="0/$(ver_cut 1-2)" fi