Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/numad/
Date: Fri, 07 Jul 2017 12:18:57
Message-Id: 1499429878.5de2b9eda177ae8465867a861233c07435eba476.aballier@gentoo
1 commit: 5de2b9eda177ae8465867a861233c07435eba476
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 12:17:58 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 12:17:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de2b9ed
7
8 sys-process/numad: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 sys-process/numad/numad-0.5-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-process/numad/numad-0.5-r2.ebuild b/sys-process/numad/numad-0.5-r2.ebuild
16 index c69eb0958cd..c3cec523349 100644
17 --- a/sys-process/numad/numad-0.5-r2.ebuild
18 +++ b/sys-process/numad/numad-0.5-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]]; then
26 else
27 HASH="334278ff3d774d105939743436d7378a189e8693"
28 SRC_URI="http://git.fedorahosted.org/git/?p=numad.git;a=snapshot;h=${HASH};sf=tbz2 -> numad-0.5-${HASH:0:7}.tar.bz2"
29 - KEYWORDS="~amd64 -arm -s390 ~x86"
30 + KEYWORDS="~amd64 -arm ~arm64 -s390 ~x86"
31 S="${WORKDIR}/${PN}-${HASH:0:7}"
32 fi