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 1143A138359 for ; Sun, 8 Nov 2020 09:56:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50F9BE07F6; Sun, 8 Nov 2020 09:56:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 36DDBE07F6 for ; Sun, 8 Nov 2020 09:56:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 41D7933BE2F for ; Sun, 8 Nov 2020 09:56:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3C92261 for ; Sun, 8 Nov 2020 09:56:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1604829355.1405e3bb3b17e8e739571afc55a1fd6f17e66bb6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/translate-toolkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/translate-toolkit/translate-toolkit-2.5.1.ebuild X-VCS-Directories: dev-python/translate-toolkit/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1405e3bb3b17e8e739571afc55a1fd6f17e66bb6 X-VCS-Branch: master Date: Sun, 8 Nov 2020 09:56:03 +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: 86d9a1bc-5e89-4745-894a-c152f2244a51 X-Archives-Hash: 1636a9bbc2baf593c5569cdb19f77461 commit: 1405e3bb3b17e8e739571afc55a1fd6f17e66bb6 Author: Sam James gentoo org> AuthorDate: Sun Nov 8 09:55:55 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 8 09:55:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1405e3bb dev-python/translate-toolkit: Stabilize 2.5.1 ALLARCHES, #753536 Signed-off-by: Sam James gentoo.org> dev-python/translate-toolkit/translate-toolkit-2.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/translate-toolkit/translate-toolkit-2.5.1.ebuild b/dev-python/translate-toolkit/translate-toolkit-2.5.1.ebuild index 198e83e0ddd..6fe148d06b4 100644 --- a/dev-python/translate-toolkit/translate-toolkit-2.5.1.ebuild +++ b/dev-python/translate-toolkit/translate-toolkit-2.5.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/translate/translate/releases/download/${PV}/${P}.tar LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm64 x86 ~amd64-linux ~x86-linux" IUSE="doc +html +ical +ini +subtitles +yaml" REQUIRED_USE="${PYTHON_REQUIRED_USE}"