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 14:02:03
Message-Id: 1575208864.98a159c0242d4ccbbee622858520c990f499bd7a.slyfox@gentoo
1 commit: 98a159c0242d4ccbbee622858520c990f499bd7a
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 1 14:01:04 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 1 14:01:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a159c0
7
8 net-libs/libqmi: stable 1.22.2 for ppc64, bug #700652
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 RepoMan-Options: --include-arches="ppc64"
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 29cb52f5418..74d2f34285e 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