Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/elfix/
Date: Wed, 23 Jan 2019 13:41:58
Message-Id: 1548250120.dc300682d2d81ce46561c372248c4e8598c97f30.zlogene@gentoo
1 commit: dc300682d2d81ce46561c372248c4e8598c97f30
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 23 13:28:40 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 23 13:28:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc300682
7
8 sys-apps/elfix: arm stable wrt bug #672208
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sys-apps/elfix/elfix-0.9.4.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/elfix/elfix-0.9.4.ebuild b/sys-apps/elfix/elfix-0.9.4.ebuild
17 index eced6239c47..fcc5f838919 100644
18 --- a/sys-apps/elfix/elfix-0.9.4.ebuild
19 +++ b/sys-apps/elfix/elfix-0.9.4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -8,7 +8,7 @@ if [[ ${PV} == *9999* ]] ; then
27 inherit autotools git-r3
28 else
29 SRC_URI="https://dev.gentoo.org/~blueness/elfix/${P}.tar.gz"
30 - KEYWORDS="alpha amd64 ~arm ~arm64 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"