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 0C698138335 for ; Fri, 8 Jun 2018 22:35:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52AC8E0940; Fri, 8 Jun 2018 22:35:20 +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 25781E0940 for ; Fri, 8 Jun 2018 22:35:19 +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 21466335C7D for ; Fri, 8 Jun 2018 22:35:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EECF2C8 for ; Fri, 8 Jun 2018 22:35:16 +0000 (UTC) From: "Mart Raudsepp" 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" Message-ID: <1528496893.9d95768ba2293b890baa0c1efd63801289f9948c.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/unidecode/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/unidecode/unidecode-1.0.22.ebuild X-VCS-Directories: dev-python/unidecode/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 9d95768ba2293b890baa0c1efd63801289f9948c X-VCS-Branch: master Date: Fri, 8 Jun 2018 22:35:16 +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: ad718406-50f0-40a5-a2d1-b81de4c5b518 X-Archives-Hash: c021a91180a7a805ad21bc6fde07d958 commit: 9d95768ba2293b890baa0c1efd63801289f9948c Author: Roy Bamford gentoo org> AuthorDate: Sun May 27 13:46:10 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Jun 8 22:28:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d95768b dev-python/unidecode: added ~arm64 keyword Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/unidecode/unidecode-1.0.22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/unidecode/unidecode-1.0.22.ebuild b/dev-python/unidecode/unidecode-1.0.22.ebuild index 3f9b667ff5a..af46dbffb7d 100644 --- a/dev-python/unidecode/unidecode-1.0.22.ebuild +++ b/dev-python/unidecode/unidecode-1.0.22.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" S=${WORKDIR}/${MY_P}