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 990161382C5 for ; Sat, 31 Mar 2018 19:25:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92178E0BBC; Sat, 31 Mar 2018 19:25:09 +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 6A8CCE0BBC for ; Sat, 31 Mar 2018 19:25:08 +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 3ACDD335D70 for ; Sat, 31 Mar 2018 19:25:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6AD225C for ; Sat, 31 Mar 2018 19:25:05 +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: <1522524274.771ffc75f452e3c97f062754ae7b3625097fda70.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/olefile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/olefile/olefile-0.44.ebuild X-VCS-Directories: dev-python/olefile/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 771ffc75f452e3c97f062754ae7b3625097fda70 X-VCS-Branch: master Date: Sat, 31 Mar 2018 19:25:05 +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: 4f6128c0-7b12-4a69-b6ec-2faff291373e X-Archives-Hash: ce000c57bb75544dd7a68b61985cf0d9 commit: 771ffc75f452e3c97f062754ae7b3625097fda70 Author: Roy Bamford gentoo org> AuthorDate: Sat Mar 31 16:18:37 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Mar 31 19:24:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=771ffc75 dev-python/olefile: added ~arm64 keyword Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-python/olefile/olefile-0.44.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/olefile/olefile-0.44.ebuild b/dev-python/olefile/olefile-0.44.ebuild index 34624a0de34..05685dafb90 100644 --- a/dev-python/olefile/olefile-0.44.ebuild +++ b/dev-python/olefile/olefile-0.44.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/decalage2/${PN}/releases/download/v${PV}/${P}.tar.gz LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc" RDEPEND=""