Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libqmi/
Date: Sun, 04 Nov 2018 19:14:23
Message-Id: 1541358808.ebe92d57efac019278b0b855ecb2c6df7e0d26ce.whissi@gentoo
1 commit: ebe92d57efac019278b0b855ecb2c6df7e0d26ce
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 4 19:00:45 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 4 19:13:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe92d57
7
8 net-libs/libqmi: x86 stable (bug #670090)
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.11
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-libs/libqmi/libqmi-1.20.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/libqmi/libqmi-1.20.2.ebuild b/net-libs/libqmi/libqmi-1.20.2.ebuild
17 index 3c9b3648c60..5e19053cea5 100644
18 --- a/net-libs/libqmi/libqmi-1.20.2.ebuild
19 +++ b/net-libs/libqmi/libqmi-1.20.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then
27 inherit git-r3 autotools
28 EGIT_REPO_URI="https://anongit.freedesktop.org/git/libqmi.git"
29 else
30 - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
31 + KEYWORDS="~amd64 ~arm ~arm64 ~mips x86"
32 SRC_URI="https://www.freedesktop.org/software/libqmi/${P}.tar.xz"
33 fi