From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 782B41388BF for ; Fri, 19 Feb 2016 15:38:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 754C421C0D4; Fri, 19 Feb 2016 15:38:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 242A721C0D4 for ; Fri, 19 Feb 2016 15:38:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A068340C3E for ; Fri, 19 Feb 2016 15:38:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6E5F8F5 for ; Fri, 19 Feb 2016 15:38:23 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1455896295.6a7e792b2ac91c0a8514c8da6e9ffe7e95bdf664.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/agrep/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/agrep/agrep-2.04-r1.ebuild X-VCS-Directories: app-text/agrep/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 6a7e792b2ac91c0a8514c8da6e9ffe7e95bdf664 X-VCS-Branch: master Date: Fri, 19 Feb 2016 15:38: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: 5265e53f-d763-4fb3-b9f6-404ed33acfe6 X-Archives-Hash: 3b5418b99c90ad871f50867c52ccb5cc commit: 6a7e792b2ac91c0a8514c8da6e9ffe7e95bdf664 Author: Michael Palimaka gentoo org> AuthorDate: Fri Feb 19 15:37:50 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Feb 19 15:38:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a7e792b app-text/agrep: add ~arm keyword Tested on Raspberry Pi 2. Gentoo-bug: 573876 Package-Manager: portage-2.2.27 app-text/agrep/agrep-2.04-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/agrep/agrep-2.04-r1.ebuild b/app-text/agrep/agrep-2.04-r1.ebuild index dee0d55..f9d48da 100644 --- a/app-text/agrep/agrep-2.04-r1.ebuild +++ b/app-text/agrep/agrep-2.04-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.cs.arizona.edu/agrep/${P}.tar.Z" LICENSE="AGREP" SLOT="0" -KEYWORDS="amd64 ~mips ppc ppc64 ~sparc x86 ~ppc-macos ~sparc-solaris" +KEYWORDS="amd64 ~arm ~mips ppc ppc64 ~sparc x86 ~ppc-macos ~sparc-solaris" IUSE="" DEPEND=""