Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/agrep/
Date: Fri, 19 Feb 2016 15:38:30
Message-Id: 1455896295.6a7e792b2ac91c0a8514c8da6e9ffe7e95bdf664.kensington@gentoo
1 commit: 6a7e792b2ac91c0a8514c8da6e9ffe7e95bdf664
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 19 15:37:50 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 19 15:38:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a7e792b
7
8 app-text/agrep: add ~arm keyword
9
10 Tested on Raspberry Pi 2.
11
12 Gentoo-bug: 573876
13
14 Package-Manager: portage-2.2.27
15
16 app-text/agrep/agrep-2.04-r1.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/app-text/agrep/agrep-2.04-r1.ebuild b/app-text/agrep/agrep-2.04-r1.ebuild
20 index dee0d55..f9d48da 100644
21 --- a/app-text/agrep/agrep-2.04-r1.ebuild
22 +++ b/app-text/agrep/agrep-2.04-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2014 Gentoo Foundation
25 +# Copyright 1999-2016 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.cs.arizona.edu/agrep/${P}.tar.Z"
30
31 LICENSE="AGREP"
32 SLOT="0"
33 -KEYWORDS="amd64 ~mips ppc ppc64 ~sparc x86 ~ppc-macos ~sparc-solaris"
34 +KEYWORDS="amd64 ~arm ~mips ppc ppc64 ~sparc x86 ~ppc-macos ~sparc-solaris"
35 IUSE=""
36
37 DEPEND=""