Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/hexedit/
Date: Thu, 02 Jun 2016 07:37:37
Message-Id: 1464851268.39012dbb4e9a531013a1fd7c5407d841d2a47dd9.monsieurp@gentoo
1 commit: 39012dbb4e9a531013a1fd7c5407d841d2a47dd9
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 1 20:01:53 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 07:07:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39012dbb
7
8 app-editors/hexedit: keyword for ~arm64.
9
10 Tested on a cortex-a53. Raspberry Pi in 64 bit mode
11
12 Closes: https://github.com/gentoo/gentoo/pull/1578
13
14 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
15
16 app-editors/hexedit/hexedit-1.2.13.ebuild | 5 +++--
17 1 file changed, 3 insertions(+), 2 deletions(-)
18
19 diff --git a/app-editors/hexedit/hexedit-1.2.13.ebuild b/app-editors/hexedit/hexedit-1.2.13.ebuild
20 index b0d203c..98567bd 100644
21 --- a/app-editors/hexedit/hexedit-1.2.13.ebuild
22 +++ b/app-editors/hexedit/hexedit-1.2.13.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2016 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -11,7 +11,8 @@ SRC_URI="http://rigaux.org/${P}.src.tgz"
30
31 LICENSE="GPL-2"
32 SLOT="0"
33 -KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
34 +KEYWORDS="alpha amd64 arm ~arm64 hppa ~mips ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos
35 +~x86-macos ~sparc-solaris ~x86-solaris"
36
37 DEPEND="sys-libs/ncurses:="
38 RDEPEND="${DEPEND}"