Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libcapi/
Date: Wed, 01 Mar 2017 00:43:54
Message-Id: 1488328666.ef8d0738f6df2fdddc609ff1e0e673d80d2bf785.xmw@gentoo
1 commit: ef8d0738f6df2fdddc609ff1e0e673d80d2bf785
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 00:37:46 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 00:37:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef8d0738
7
8 net-libs/libcapi: add ~ppc keyword (bug 601022).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 RepoMan-Options: --include-arches="ppc64"
12
13 net-libs/libcapi/libcapi-3.0.7-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/libcapi/libcapi-3.0.7-r1.ebuild b/net-libs/libcapi/libcapi-3.0.7-r1.ebuild
17 index 80629e0c13b..309f297711f 100644
18 --- a/net-libs/libcapi/libcapi-3.0.7-r1.ebuild
19 +++ b/net-libs/libcapi/libcapi-3.0.7-r1.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 @@ -13,7 +13,7 @@ SRC_URI="http://www.tabos.org/ffgtk/download/libcapi20-${PV}.tar.bz2"
27
28 LICENSE="GPL-2 LGPL-2"
29 SLOT="0"
30 -KEYWORDS="amd64 x86"
31 +KEYWORDS="amd64 ~ppc x86"
32
33 S="${WORKDIR}/capi20"