Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/ucpp/
Date: Sun, 27 Aug 2017 15:34:39
Message-Id: 1503848043.ad975b306d007cc6520522c562f0a099e39f9d84.kensington@gentoo
1 commit: ad975b306d007cc6520522c562f0a099e39f9d84
2 Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 20 21:56:59 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 27 15:34:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad975b30
7
8 sys-devel/ucpp: added ~arm64 keyword
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 sys-devel/ucpp/ucpp-1.3.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-devel/ucpp/ucpp-1.3.4.ebuild b/sys-devel/ucpp/ucpp-1.3.4.ebuild
16 index 9bf710273ad..f82d6e141c5 100644
17 --- a/sys-devel/ucpp/ucpp-1.3.4.ebuild
18 +++ b/sys-devel/ucpp/ucpp-1.3.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2013 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 @@ SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz"
26
27 LICENSE="BSD"
28 SLOT="0"
29 -KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux"
30 +KEYWORDS="amd64 ~arm ~arm64 ppc x86 ~amd64-linux"
31 IUSE="static-libs"
32
33 src_configure() {