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 5B5141396D0 for ; Thu, 24 Aug 2017 19:02:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7550E0D1A; Thu, 24 Aug 2017 19:02:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A8389E0D1A for ; Thu, 24 Aug 2017 19:02:42 +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 C188F33C770 for ; Thu, 24 Aug 2017 19:02:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65C8B8144 for ; Thu, 24 Aug 2017 19:02:40 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1503601355.3e136607aab77c16013f5ee5f8106e3fd168e41d.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pandocfilters/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pandocfilters/pandocfilters-1.4.2-r1.ebuild X-VCS-Directories: dev-python/pandocfilters/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 3e136607aab77c16013f5ee5f8106e3fd168e41d X-VCS-Branch: master Date: Thu, 24 Aug 2017 19:02:40 +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-Archives-Salt: acf5b561-1fa0-4e0e-8a8e-cf20b32795ea X-Archives-Hash: f7b70b827eb92b8b1e905fbbfd1699ba commit: 3e136607aab77c16013f5ee5f8106e3fd168e41d Author: Alexis Ballier gentoo org> AuthorDate: Thu Aug 24 19:02:25 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Aug 24 19:02:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e136607 dev-python/pandocfilters: keyword ~arm64 Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-python/pandocfilters/pandocfilters-1.4.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pandocfilters/pandocfilters-1.4.2-r1.ebuild b/dev-python/pandocfilters/pandocfilters-1.4.2-r1.ebuild index 825584707ea..bed5f49b3dc 100644 --- a/dev-python/pandocfilters/pandocfilters-1.4.2-r1.ebuild +++ b/dev-python/pandocfilters/pandocfilters-1.4.2-r1.ebuild @@ -13,5 +13,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE=""