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/libqmi/
Date: Fri, 31 Mar 2017 13:31:56
Message-Id: 1490966502.993f1416e20a337e14d6a7f73acad485ede6ba84.xmw@gentoo
1 commit: 993f1416e20a337e14d6a7f73acad485ede6ba84
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 31 13:21:42 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 31 13:21:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=993f1416
7
8 net-libs/libqmi: ppc stable.
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="arm arm64 ppc ppc64"
12
13 net-libs/libqmi/libqmi-1.16.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-libs/libqmi/libqmi-1.16.2.ebuild b/net-libs/libqmi/libqmi-1.16.2.ebuild
17 index 5cc19374efb..c95a95f6ae5 100644
18 --- a/net-libs/libqmi/libqmi-1.16.2.ebuild
19 +++ b/net-libs/libqmi/libqmi-1.16.2.ebuild
20 @@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then
21 inherit git-r3 autotools
22 EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}"
23 else
24 - KEYWORDS="amd64 arm ~mips x86"
25 + KEYWORDS="amd64 arm ~mips ppc x86"
26 SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
27 fi