Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libqmi/
Date: Sun, 01 Dec 2019 13:56:53
Message-Id: 1575208585.a1e6b1f5cbcf6b11bb836946154ec94f01141d03.slyfox@gentoo
1 commit: a1e6b1f5cbcf6b11bb836946154ec94f01141d03
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 1 13:56:25 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 1 13:56:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e6b1f5
7
8 net-libs/libqmi: stable 1.22.2 for ppc, bug #700652
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 RepoMan-Options: --include-arches="ppc"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 net-libs/libqmi/libqmi-1.22.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-libs/libqmi/libqmi-1.22.2.ebuild b/net-libs/libqmi/libqmi-1.22.2.ebuild
18 index 80fd734cd9b..29cb52f5418 100644
19 --- a/net-libs/libqmi/libqmi-1.22.2.ebuild
20 +++ b/net-libs/libqmi/libqmi-1.22.2.ebuild
21 @@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then
22 inherit git-r3 autotools
23 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libqmi.git"
24 else
25 - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
26 + KEYWORDS="~amd64 ~arm ~arm64 ~mips ppc ~ppc64 ~x86"
27 SRC_URI="https://www.freedesktop.org/software/libqmi/${P}.tar.xz"
28 fi