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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A5E213835A for ; Wed, 12 Aug 2020 13:03:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DCEEE091F; Wed, 12 Aug 2020 13:03:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18EB9E091F for ; Wed, 12 Aug 2020 13:03:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0FDF34F39F for ; Wed, 12 Aug 2020 13:03:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51E802FC for ; Wed, 12 Aug 2020 13:03:17 +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: <1597237388.6754109ba00c95b3fd2322e9db3ae25b1e583fef.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/texttable/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/texttable/texttable-1.6.2-r1.ebuild X-VCS-Directories: dev-python/texttable/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6754109ba00c95b3fd2322e9db3ae25b1e583fef X-VCS-Branch: master Date: Wed, 12 Aug 2020 13:03:17 +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: 4db66ac5-b51f-48bc-b710-78571fe2d7ea X-Archives-Hash: 3aa622490e07ea24023534f2c2f6c012 commit: 6754109ba00c95b3fd2322e9db3ae25b1e583fef Author: Joonas Niilola gentoo org> AuthorDate: Wed Aug 12 12:48:39 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Aug 12 13:03:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6754109b dev-python/texttable: stabilize 1.6.2-r1 on x86 Signed-off-by: Joonas Niilola gentoo.org> dev-python/texttable/texttable-1.6.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/texttable/texttable-1.6.2-r1.ebuild b/dev-python/texttable/texttable-1.6.2-r1.ebuild index ca525083381..f0d97f3f4d0 100644 --- a/dev-python/texttable/texttable-1.6.2-r1.ebuild +++ b/dev-python/texttable/texttable-1.6.2-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/foutaise/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" RDEPEND="dev-python/wcwidth[${PYTHON_USEDEP}]"