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 27CA7139694 for ; Mon, 19 Jun 2017 18:37:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DFAD23400A; Mon, 19 Jun 2017 18:37:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47FF523400A for ; Mon, 19 Jun 2017 18:37:07 +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 54F3A3419F7 for ; Mon, 19 Jun 2017 18:37:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E99B47487 for ; Mon, 19 Jun 2017 18:37:04 +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: <1497897420.fe54bc6c5b07ce8d4716caf1b6d03ccdc797bb7c.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/killproc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/killproc/killproc-2.13-r1.ebuild X-VCS-Directories: app-admin/killproc/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: fe54bc6c5b07ce8d4716caf1b6d03ccdc797bb7c X-VCS-Branch: master Date: Mon, 19 Jun 2017 18:37:04 +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: b50b828c-6800-4fdc-b4f8-85c34a15a7f7 X-Archives-Hash: b1a04998c32ee26f1a89c09df17b9df5 commit: fe54bc6c5b07ce8d4716caf1b6d03ccdc797bb7c Author: Alexis Ballier gentoo org> AuthorDate: Mon Jun 19 18:20:48 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jun 19 18:37:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe54bc6c app-admin/killproc: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-admin/killproc/killproc-2.13-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/killproc/killproc-2.13-r1.ebuild b/app-admin/killproc/killproc-2.13-r1.ebuild index 7f61a89b324..4674fcb3e7e 100644 --- a/app-admin/killproc/killproc-2.13-r1.ebuild +++ b/app-admin/killproc/killproc-2.13-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.suse.com/pub/projects/init/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86" src_prepare() { epatch \