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 3302715815E for ; Sun, 11 Feb 2024 03:39:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ABFD2BC044; Sun, 11 Feb 2024 03:39:57 +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 E02712BC044 for ; Sun, 11 Feb 2024 03:39: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 8B41334307F for ; Sun, 11 Feb 2024 03:39:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C00B614D4 for ; Sun, 11 Feb 2024 03:39:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1707622743.9da1950962334ca936d6511028f9c3bd4d1e6794.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-gecko/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-gecko/wine-gecko-2.47.4.ebuild X-VCS-Directories: app-emulation/wine-gecko/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9da1950962334ca936d6511028f9c3bd4d1e6794 X-VCS-Branch: master Date: Sun, 11 Feb 2024 03:39: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: f755c0a5-eb13-4f14-8ff8-0d1162b4a10c X-Archives-Hash: 4cdcdce47377819c9d035606d6496073 commit: 9da1950962334ca936d6511028f9c3bd4d1e6794 Author: Sam James gentoo org> AuthorDate: Sun Feb 11 03:39:03 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 11 03:39:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9da19509 app-emulation/wine-gecko: Stabilize 2.47.4 x86, #924195 Signed-off-by: Sam James gentoo.org> app-emulation/wine-gecko/wine-gecko-2.47.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/wine-gecko/wine-gecko-2.47.4.ebuild b/app-emulation/wine-gecko/wine-gecko-2.47.4.ebuild index 4b658c28de78..ac08991f84be 100644 --- a/app-emulation/wine-gecko/wine-gecko-2.47.4.ebuild +++ b/app-emulation/wine-gecko/wine-gecko-2.47.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ S="${WORKDIR}" LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0" SLOT="${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="+abi_x86_32 abi_x86_64 +shared" REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )"