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 DF95E158020 for ; Sun, 18 Dec 2022 18:50:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F259E08BB; Sun, 18 Dec 2022 18:50:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 40F96E08BB for ; Sun, 18 Dec 2022 18:50:47 +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 71D6534176D for ; Sun, 18 Dec 2022 18:50:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 230077FD for ; Sun, 18 Dec 2022 18:50:43 +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: <1671389362.14ecb9ad3d5276f413e9997107eef9b1e534f551.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/usolitaire/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/usolitaire/usolitaire-0.2.1-r1.ebuild X-VCS-Directories: games-misc/usolitaire/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 14ecb9ad3d5276f413e9997107eef9b1e534f551 X-VCS-Branch: master Date: Sun, 18 Dec 2022 18:50:43 +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: c23703c1-ccd6-4373-b161-668f8e394397 X-Archives-Hash: 86db18cbcd40336be424d129fd7fede0 commit: 14ecb9ad3d5276f413e9997107eef9b1e534f551 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Dec 18 18:49:22 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Dec 18 18:49:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ecb9ad games-misc/usolitaire: Stabilize 0.2.1-r1 x86, #886965 Signed-off-by: Arthur Zamarin gentoo.org> games-misc/usolitaire/usolitaire-0.2.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-misc/usolitaire/usolitaire-0.2.1-r1.ebuild b/games-misc/usolitaire/usolitaire-0.2.1-r1.ebuild index e0c998af1b6c..3545b67d8e22 100644 --- a/games-misc/usolitaire/usolitaire-0.2.1-r1.ebuild +++ b/games-misc/usolitaire/usolitaire-0.2.1-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/eliasdorneles/${PN}/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND="dev-python/urwid[${PYTHON_USEDEP}]"