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 BE47B158099 for ; Wed, 29 Nov 2023 08:22:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2476B2BC0D6; Wed, 29 Nov 2023 08:22:07 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 0F2872BC0D7 for ; Wed, 29 Nov 2023 08:22: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 524C8335D27 for ; Wed, 29 Nov 2023 08:22:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2516140D for ; Wed, 29 Nov 2023 08:22:02 +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: <1701246005.08bc2f08437237a7f8b727687c62bfaadf6f3d40.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/tetzle/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/tetzle/tetzle-2.2.2.ebuild X-VCS-Directories: games-board/tetzle/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 08bc2f08437237a7f8b727687c62bfaadf6f3d40 X-VCS-Branch: master Date: Wed, 29 Nov 2023 08:22:02 +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: 66696573-2d0a-4328-a9e2-4400d236db0b X-Archives-Hash: 1b98d9eb4ec1af8f1ef6e8bab2864c74 commit: 08bc2f08437237a7f8b727687c62bfaadf6f3d40 Author: Arthur Zamarin gentoo org> AuthorDate: Wed Nov 29 08:20:05 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Nov 29 08:20:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08bc2f08 games-board/tetzle: Keyword 2.2.2 x86, #908284 Signed-off-by: Arthur Zamarin gentoo.org> games-board/tetzle/tetzle-2.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-board/tetzle/tetzle-2.2.2.ebuild b/games-board/tetzle/tetzle-2.2.2.ebuild index a3bd63f75c46..8b010df956c4 100644 --- a/games-board/tetzle/tetzle-2.2.2.ebuild +++ b/games-board/tetzle/tetzle-2.2.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://gottcode.org/tetzle/${P}.tar.bz2" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" RDEPEND="dev-qt/qtbase:6[gui,opengl,widgets,-gles2-only]" DEPEND="${RDEPEND}"