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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB4B515808A for ; Fri, 18 Jul 2025 07:12:38 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A63FE340F21 for ; Fri, 18 Jul 2025 07:12:38 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A76FA110280; Fri, 18 Jul 2025 07:12:37 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9D9B7110280 for ; Fri, 18 Jul 2025 07:12:37 +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 545AA340F21 for ; Fri, 18 Jul 2025 07:12:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA3301084 for ; Fri, 18 Jul 2025 07:12:35 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1752822752.2d38c539d2d66dab0e5710eb5bfe850d55a48cd9.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/fheroes2/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-engines/fheroes2/fheroes2-1.1.9.ebuild X-VCS-Directories: games-engines/fheroes2/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 2d38c539d2d66dab0e5710eb5bfe850d55a48cd9 X-VCS-Branch: master Date: Fri, 18 Jul 2025 07:12:35 +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: af080c83-6962-43b9-9441-50cc7d8d4107 X-Archives-Hash: 88a2d59455d8c26f074860a3fba65a3e commit: 2d38c539d2d66dab0e5710eb5bfe850d55a48cd9 Author: Joonas Niilola gentoo org> AuthorDate: Fri Jul 18 07:12:07 2025 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jul 18 07:12:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d38c539 games-engines/fheroes2: Keyword 1.1.9 x86, #959732 Signed-off-by: Joonas Niilola gentoo.org> games-engines/fheroes2/fheroes2-1.1.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-engines/fheroes2/fheroes2-1.1.9.ebuild b/games-engines/fheroes2/fheroes2-1.1.9.ebuild index ed88993e3571..eba65a103586 100644 --- a/games-engines/fheroes2/fheroes2-1.1.9.ebuild +++ b/games-engines/fheroes2/fheroes2-1.1.9.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ihhub/fheroes2/archive/refs/tags/${PV}.tar.gz -> ${P LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc64" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="tools" REQUIRED_USE="${PYTHON_REQUIRED_USE}"