diff options
author | Michael Weber <xmw@gentoo.org> | 2017-03-01 01:37:46 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-03-01 01:37:46 +0100 |
commit | ef8d0738f6df2fdddc609ff1e0e673d80d2bf785 (patch) | |
tree | c49127efe1c824d257bac499093f0c66dedabac5 /net-libs/libcapi | |
parent | net-libs/serf: arm64 stable for layman (diff) | |
download | gentoo-ef8d0738f6df2fdddc609ff1e0e673d80d2bf785.tar.gz gentoo-ef8d0738f6df2fdddc609ff1e0e673d80d2bf785.tar.bz2 gentoo-ef8d0738f6df2fdddc609ff1e0e673d80d2bf785.zip |
net-libs/libcapi: add ~ppc keyword (bug 601022).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Diffstat (limited to 'net-libs/libcapi')
-rw-r--r-- | net-libs/libcapi/libcapi-3.0.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libcapi/libcapi-3.0.7-r1.ebuild b/net-libs/libcapi/libcapi-3.0.7-r1.ebuild index 80629e0c13b0..309f297711f2 100644 --- a/net-libs/libcapi/libcapi-3.0.7-r1.ebuild +++ b/net-libs/libcapi/libcapi-3.0.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="http://www.tabos.org/ffgtk/download/libcapi20-${PV}.tar.bz2" LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc x86" S="${WORKDIR}/capi20" |