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 9EF5B1584AD for ; Mon, 21 Apr 2025 02:41:34 +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 515E03430AA for ; Mon, 21 Apr 2025 02:40:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4433E1104BC; Mon, 21 Apr 2025 02:39:03 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 370981104BC for ; Mon, 21 Apr 2025 02:39: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E54DC342FB1 for ; Mon, 21 Apr 2025 02:39:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0034B24A7 for ; Mon, 21 Apr 2025 02:39:00 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1745200370.1c32bcf95b0497da83885478b762d1022b3379c4.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-staging/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-staging/wine-staging-10.5-r1.ebuild X-VCS-Directories: app-emulation/wine-staging/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 1c32bcf95b0497da83885478b762d1022b3379c4 X-VCS-Branch: master Date: Mon, 21 Apr 2025 02:39:00 +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: 53426a34-f563-44c4-89ec-90a7ec2509e1 X-Archives-Hash: f2423b17fe2ba458d531ce2536689e8b commit: 1c32bcf95b0497da83885478b762d1022b3379c4 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Apr 19 09:13:50 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Apr 21 01:52:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c32bcf9 app-emulation/wine-staging: temporarily remove -* from keywords It makes sense to keep this here after ~arm64 is added, but keywordreqs with -* are messy so remove it for now. Signed-off-by: Ionen Wolkens gentoo.org> app-emulation/wine-staging/wine-staging-10.5-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-emulation/wine-staging/wine-staging-10.5-r1.ebuild b/app-emulation/wine-staging/wine-staging-10.5-r1.ebuild index 62429a14f0ae..92a97b6a6df5 100644 --- a/app-emulation/wine-staging/wine-staging-10.5-r1.ebuild +++ b/app-emulation/wine-staging/wine-staging-10.5-r1.ebuild @@ -20,7 +20,8 @@ else https://dl.winehq.org/wine/source/${WINE_SDIR}/${WINE_P}.tar.xz https://github.com/wine-staging/wine-staging/archive/v${PV}.tar.gz -> ${P}.tar.gz " - KEYWORDS="-* ~amd64 ~x86" + # TODO: re-add -* + KEYWORDS="~amd64 ~x86" fi DESCRIPTION="Free implementation of Windows(tm) on Unix, with Wine-Staging patchset"