Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gf-complete/
Date: Wed, 05 Apr 2017 21:00:49
Message-Id: 1491426036.7205673aa904decd008962816642b59bc25eb50f.xmw@gentoo
1 commit: 7205673aa904decd008962816642b59bc25eb50f
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 20:59:48 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 21:00:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7205673a
7
8 dev-libs/gf-complete: add ~ppc64 keyword (bug 584056).
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="ppc64"
12
13 dev-libs/gf-complete/gf-complete-2.0.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/gf-complete/gf-complete-2.0.0.ebuild b/dev-libs/gf-complete/gf-complete-2.0.0.ebuild
17 index 8f1d99a6803..bbe2d5cc214 100644
18 --- a/dev-libs/gf-complete/gf-complete-2.0.0.ebuild
19 +++ b/dev-libs/gf-complete/gf-complete-2.0.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 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 @@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}.git"
27
28 LICENSE="BSD"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
31 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
32 IUSE=""
33
34 DEPEND=""