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 8ED7E15ACFC for ; Sat, 6 May 2023 09:49:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 819CFE08DD; Sat, 6 May 2023 09:49:56 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 63B2CE08DB for ; Sat, 6 May 2023 09:49:56 +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 73EDC3411BE for ; Sat, 6 May 2023 09:49:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B941AA66 for ; Sat, 6 May 2023 09:49:52 +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: <1683366560.8dc2b215e4354f088d00895a22234ee517e8fda7.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/winetricks/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/winetricks/winetricks-20230212.ebuild X-VCS-Directories: app-emulation/winetricks/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8dc2b215e4354f088d00895a22234ee517e8fda7 X-VCS-Branch: master Date: Sat, 6 May 2023 09:49:52 +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: ab6e9bd3-d4ae-4d31-b16f-5e5d3e966725 X-Archives-Hash: 51712d30d5167cb63b1fc9fdb393f842 commit: 8dc2b215e4354f088d00895a22234ee517e8fda7 Author: Arthur Zamarin gentoo org> AuthorDate: Sat May 6 09:49:20 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat May 6 09:49:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc2b215 app-emulation/winetricks: Stabilize 20230212 amd64, #903127 Signed-off-by: Arthur Zamarin gentoo.org> app-emulation/winetricks/winetricks-20230212.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/winetricks/winetricks-20230212.ebuild b/app-emulation/winetricks/winetricks-20230212.ebuild index 48e2def4ca4b..72b4147590f5 100644 --- a/app-emulation/winetricks/winetricks-20230212.ebuild +++ b/app-emulation/winetricks/winetricks-20230212.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "99999999" ]] ; then SRC_URI="" else SRC_URI="https://github.com/Winetricks/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi wtg="winetricks-gentoo-2012.11.24"