Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/ucpp/
Date: Wed, 19 Sep 2018 18:35:16
Message-Id: 1537382094.75e1b9395d83c6a247c761846b795e6537e5c499.mattst88@gentoo
1 commit: 75e1b9395d83c6a247c761846b795e6537e5c499
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 19 18:34:11 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 19 18:34:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e1b939
7
8 sys-devel/ucpp-1.3.4: added ~ppc64, bug 664414
9
10 sys-devel/ucpp/ucpp-1.3.4.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-devel/ucpp/ucpp-1.3.4.ebuild b/sys-devel/ucpp/ucpp-1.3.4.ebuild
14 index f82d6e141c5..a665fce8159 100644
15 --- a/sys-devel/ucpp/ucpp-1.3.4.ebuild
16 +++ b/sys-devel/ucpp/ucpp-1.3.4.ebuild
17 @@ -11,7 +11,7 @@ SRC_URI="http://dev.gentooexperimental.org/~scarabeus/${P}.tar.xz"
18
19 LICENSE="BSD"
20 SLOT="0"
21 -KEYWORDS="amd64 ~arm ~arm64 ppc x86 ~amd64-linux"
22 +KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux"
23 IUSE="static-libs"
24
25 src_configure() {