Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libqmi/
Date: Mon, 26 Jun 2017 07:56:49
Message-Id: 1498463769.1d4ac31f8435dbdbca342a8228f6c40d3faba794.aballier@gentoo
1 commit: 1d4ac31f8435dbdbca342a8228f6c40d3faba794
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 26 07:56:09 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 26 07:56:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d4ac31f
7
8 net-libs/libqmi: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 net-libs/libqmi/libqmi-1.18.0.ebuild | 2 +-
13 net-libs/libqmi/libqmi-9999.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/net-libs/libqmi/libqmi-1.18.0.ebuild b/net-libs/libqmi/libqmi-1.18.0.ebuild
17 index 48772670168..5ac223257c1 100644
18 --- a/net-libs/libqmi/libqmi-1.18.0.ebuild
19 +++ b/net-libs/libqmi/libqmi-1.18.0.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 ~arm64 ~mips ~x86"
26 SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
27 fi
28
29
30 diff --git a/net-libs/libqmi/libqmi-9999.ebuild b/net-libs/libqmi/libqmi-9999.ebuild
31 index d3513c1a0b1..883e1fdee70 100644
32 --- a/net-libs/libqmi/libqmi-9999.ebuild
33 +++ b/net-libs/libqmi/libqmi-9999.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 +# Copyright 1999-2017 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI="6"
40 @@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then
41 inherit git-r3 autotools
42 EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}"
43 else
44 - KEYWORDS="~amd64 ~arm ~mips ~x86"
45 + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
46 SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
47 fi