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 BBCC6139694 for ; Mon, 19 Jun 2017 18:12:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18328E0D34; Mon, 19 Jun 2017 18:12:41 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1A31E0D34 for ; Mon, 19 Jun 2017 18:12:40 +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 EAD0D34197E for ; Mon, 19 Jun 2017 18:12:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A50F57484 for ; Mon, 19 Jun 2017 18:12:37 +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: <1497895946.148aa0f6104aaefb07cbee39c369cd550d57576d.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lsscsi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/lsscsi/lsscsi-0.28.ebuild X-VCS-Directories: sys-fs/lsscsi/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 148aa0f6104aaefb07cbee39c369cd550d57576d X-VCS-Branch: master Date: Mon, 19 Jun 2017 18:12:37 +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: 75c84fcf-603c-489b-969c-7310c1bd5a3c X-Archives-Hash: 50de53f46ea0f322d4d4e481e742eb8a commit: 148aa0f6104aaefb07cbee39c369cd550d57576d Author: Alexis Ballier gentoo org> AuthorDate: Mon Jun 19 17:59:56 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jun 19 18:12:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=148aa0f6 sys-fs/lsscsi: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 sys-fs/lsscsi/lsscsi-0.28.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/lsscsi/lsscsi-0.28.ebuild b/sys-fs/lsscsi/lsscsi-0.28.ebuild index dac365c9cca..e45263a560f 100644 --- a/sys-fs/lsscsi/lsscsi-0.28.ebuild +++ b/sys-fs/lsscsi/lsscsi-0.28.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 @@ -11,7 +11,7 @@ SRC_URI="http://sg.danny.cz/scsi/${P}.tgz" 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 "${FILESDIR}"/${P}-sysmacros.patch #580494