From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1178158-garchives=archives.gentoo.org@lists.gentoo.org> 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 0D8901382C5 for <garchives@archives.gentoo.org>; Mon, 8 Jun 2020 16:35:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02E72E0968; Mon, 8 Jun 2020 16:34:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E2E36E0968 for <gentoo-commits@lists.gentoo.org>; Mon, 8 Jun 2020 16:34:58 +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 E4E9934F243 for <gentoo-commits@lists.gentoo.org>; Mon, 8 Jun 2020 16:34:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B7A629B for <gentoo-commits@lists.gentoo.org>; Mon, 8 Jun 2020 16:34:54 +0000 (UTC) From: "Mart Raudsepp" <leio@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" <leio@gentoo.org> Message-ID: <1591633896.f23b8063fcbb7a48f8e32120b63de0438293496c.leio@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.0.ebuild X-VCS-Directories: dev-python/translate-toolkit/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: f23b8063fcbb7a48f8e32120b63de0438293496c X-VCS-Branch: master Date: Mon, 8 Jun 2020 16:34:54 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5652c197-0132-44b7-8286-5d74d6bc1fb8 X-Archives-Hash: ca9f40951f34bae876567893105e3f5b commit: f23b8063fcbb7a48f8e32120b63de0438293496c Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info> AuthorDate: Mon Jun 8 02:24:02 2020 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Mon Jun 8 16:31:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f23b8063 dev-python/translate-toolkit: arm64 stable (bug #726590) Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info> Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> dev-python/translate-toolkit/translate-toolkit-2.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/translate-toolkit/translate-toolkit-2.5.0.ebuild b/dev-python/translate-toolkit/translate-toolkit-2.5.0.ebuild index 0686fe28f54..8cb0310220d 100644 --- a/dev-python/translate-toolkit/translate-toolkit-2.5.0.ebuild +++ b/dev-python/translate-toolkit/translate-toolkit-2.5.0.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}"