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 E39A1139694 for ; Thu, 13 Jul 2017 07:48:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B95EE0EC3; Thu, 13 Jul 2017 07:48:25 +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 2E7B3E0EC0 for ; Thu, 13 Jul 2017 07:48:25 +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 5E672341E31 for ; Thu, 13 Jul 2017 07:48:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08A0F748F for ; Thu, 13 Jul 2017 07:48:23 +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: <1499932067.951df52c7dbc1dec7304a985fb021742ce6a5bf9.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libtar/libtar-1.2.20-r3.ebuild X-VCS-Directories: dev-libs/libtar/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 951df52c7dbc1dec7304a985fb021742ce6a5bf9 X-VCS-Branch: master Date: Thu, 13 Jul 2017 07:48:23 +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: 7fa948ad-b08e-4c3b-b532-e70eedae77b4 X-Archives-Hash: 94969e8f8b8ebc025d4576ebd01f6824 commit: 951df52c7dbc1dec7304a985fb021742ce6a5bf9 Author: Alexis Ballier gentoo org> AuthorDate: Thu Jul 13 06:55:50 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jul 13 07:47:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=951df52c dev-libs/libtar: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-libs/libtar/libtar-1.2.20-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libtar/libtar-1.2.20-r3.ebuild b/dev-libs/libtar/libtar-1.2.20-r3.ebuild index ebbbfa56f78..6642c68d62e 100644 --- a/dev-libs/libtar/libtar-1.2.20-r3.ebuild +++ b/dev-libs/libtar/libtar-1.2.20-r3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="static-libs zlib" RDEPEND="zlib? ( sys-libs/zlib )