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 E63EA159C96 for ; Sat, 27 Jul 2024 07:42:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C83BB2BC02C; Sat, 27 Jul 2024 07:41:59 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2D4A2BC02C for ; Sat, 27 Jul 2024 07:41:59 +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 A6770340C7B for ; Sat, 27 Jul 2024 07:41:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14BC71E6C for ; Sat, 27 Jul 2024 07:41:57 +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: <1722066112.46fa7e1b3e68251430adff3cd3b7103682956bce.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/prettytable/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/prettytable/prettytable-3.10.2.ebuild X-VCS-Directories: dev-python/prettytable/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 46fa7e1b3e68251430adff3cd3b7103682956bce X-VCS-Branch: master Date: Sat, 27 Jul 2024 07:41:57 +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: bc9dc125-7f8c-40e5-b384-8447a1774ef2 X-Archives-Hash: 42da62108f3f60ddc71b5074078632cb commit: 46fa7e1b3e68251430adff3cd3b7103682956bce Author: Arthur Zamarin gentoo org> AuthorDate: Sat Jul 27 07:41:52 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Jul 27 07:41:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46fa7e1b dev-python/prettytable: Stabilize 3.10.2 ALLARCHES, #936733 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/prettytable/prettytable-3.10.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/prettytable/prettytable-3.10.2.ebuild b/dev-python/prettytable/prettytable-3.10.2.ebuild index 21f867b499ce..1c36c1c01f48 100644 --- a/dev-python/prettytable/prettytable-3.10.2.ebuild +++ b/dev-python/prettytable/prettytable-3.10.2.ebuild @@ -16,7 +16,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc64 ~riscv ~s390 sparc x86" RDEPEND=" dev-python/wcwidth[${PYTHON_USEDEP}]