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-apps/elfix/
Date: Tue, 20 Jun 2017 08:42:38
Message-Id: 1497947073.6ae6093c022c112dafa78d679349c973c8c2a247.aballier@gentoo
1 commit: 6ae6093c022c112dafa78d679349c973c8c2a247
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 20 08:15:18 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 20 08:24:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ae6093c
7
8 sys-apps/elfix: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 sys-apps/elfix/elfix-0.9.2.ebuild | 4 ++--
13 sys-apps/elfix/elfix-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-apps/elfix/elfix-0.9.2.ebuild b/sys-apps/elfix/elfix-0.9.2.ebuild
17 index 5f11d0c0ebe..11349cf6d6f 100644
18 --- a/sys-apps/elfix/elfix-0.9.2.ebuild
19 +++ b/sys-apps/elfix/elfix-0.9.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="5"
26 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
27 inherit git-2
28 else
29 SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz"
30 - KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86"
31 + KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
32 fi
33
34 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"
35
36 diff --git a/sys-apps/elfix/elfix-9999.ebuild b/sys-apps/elfix/elfix-9999.ebuild
37 index 784b6672235..9e35e46644d 100644
38 --- a/sys-apps/elfix/elfix-9999.ebuild
39 +++ b/sys-apps/elfix/elfix-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2015 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI="5"
46 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
47 inherit git-2
48 else
49 SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz"
50 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
51 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
52 fi
53
54 DESCRIPTION="A suite of tools to work with ELF objects on Hardened Gentoo"