diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-02-20 02:37:50 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-02-20 02:38:15 +1100 |
commit | 6a7e792b2ac91c0a8514c8da6e9ffe7e95bdf664 (patch) | |
tree | 866e80cc77d2eaeb7a1e78f328d3de475c4cc4f3 /app-text/agrep | |
parent | media-video/smplayer: work in correct directory (diff) | |
download | gentoo-6a7e792b2ac91c0a8514c8da6e9ffe7e95bdf664.tar.gz gentoo-6a7e792b2ac91c0a8514c8da6e9ffe7e95bdf664.tar.bz2 gentoo-6a7e792b2ac91c0a8514c8da6e9ffe7e95bdf664.zip |
app-text/agrep: add ~arm keyword
Tested on Raspberry Pi 2.
Gentoo-bug: 573876
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-text/agrep')
-rw-r--r-- | app-text/agrep/agrep-2.04-r1.ebuild | 4 |
1 files 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 dee0d55744c2..f9d48da3943a 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="" |