diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2016-06-01 21:01:53 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-06-02 07:07:48 +0000 |
commit | 39012dbb4e9a531013a1fd7c5407d841d2a47dd9 (patch) | |
tree | 9b99b44ed4c7711a8d913bace470fb331a51f481 /app-editors/hexedit | |
parent | app-text/htmldoc: respect system toolchain settings (diff) | |
download | gentoo-39012dbb4e9a531013a1fd7c5407d841d2a47dd9.tar.gz gentoo-39012dbb4e9a531013a1fd7c5407d841d2a47dd9.tar.bz2 gentoo-39012dbb4e9a531013a1fd7c5407d841d2a47dd9.zip |
app-editors/hexedit: keyword for ~arm64.
Tested on a cortex-a53. Raspberry Pi in 64 bit mode
Closes: https://github.com/gentoo/gentoo/pull/1578
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-editors/hexedit')
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.13.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-editors/hexedit/hexedit-1.2.13.ebuild b/app-editors/hexedit/hexedit-1.2.13.ebuild index b0d203c7faf7..98567bdf8ccf 100644 --- a/app-editors/hexedit/hexedit-1.2.13.ebuild +++ b/app-editors/hexedit/hexedit-1.2.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,8 @@ SRC_URI="http://rigaux.org/${P}.src.tgz" LICENSE="GPL-2" SLOT="0" -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" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~mips ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos +~x86-macos ~sparc-solaris ~x86-solaris" DEPEND="sys-libs/ncurses:=" RDEPEND="${DEPEND}" |