Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/reswrap/
Date: Tue, 26 Feb 2019 20:54:41
Message-Id: 1551214406.afb61c05f30410fe0e7891746bfa621cda567956.asturm@gentoo
1 commit: afb61c05f30410fe0e7891746bfa621cda567956
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 25 21:12:48 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 26 20:53:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb61c05
7
8 dev-util/reswrap: added ~arm64
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 dev-util/reswrap/reswrap-4.0.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-util/reswrap/reswrap-4.0.0.ebuild b/dev-util/reswrap/reswrap-4.0.0.ebuild
18 index 35ff5ad583a..162fda399fd 100644
19 --- a/dev-util/reswrap/reswrap-4.0.0.ebuild
20 +++ b/dev-util/reswrap/reswrap-4.0.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=0
27 @@ -12,7 +12,7 @@ DESCRIPTION="Utility to wrap icon resources into C++ code, from the FOX Toolkit"
28
29 LICENSE="GPL-2"
30 SLOT="0"
31 -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
32 +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
33 IUSE=""
34
35 RDEPEND=""