From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 190F9139695 for ; Mon, 26 Jun 2017 07:56:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 526072340CD; Mon, 26 Jun 2017 07:56:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 294E32340CD for ; Mon, 26 Jun 2017 07:56:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01940341659 for ; Mon, 26 Jun 2017 07:56:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCA1D7462 for ; Mon, 26 Jun 2017 07:56:45 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1498463769.1d4ac31f8435dbdbca342a8228f6c40d3faba794.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libqmi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libqmi/libqmi-1.18.0.ebuild net-libs/libqmi/libqmi-9999.ebuild X-VCS-Directories: net-libs/libqmi/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 1d4ac31f8435dbdbca342a8228f6c40d3faba794 X-VCS-Branch: master Date: Mon, 26 Jun 2017 07:56:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: eadabd8d-ce7e-4799-831c-71e6e209c0a8 X-Archives-Hash: 25ecb0090676c5524360bd4f86888143 commit: 1d4ac31f8435dbdbca342a8228f6c40d3faba794 Author: Alexis Ballier gentoo org> AuthorDate: Mon Jun 26 07:56:09 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jun 26 07:56:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d4ac31f net-libs/libqmi: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 net-libs/libqmi/libqmi-1.18.0.ebuild | 2 +- net-libs/libqmi/libqmi-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/libqmi/libqmi-1.18.0.ebuild b/net-libs/libqmi/libqmi-1.18.0.ebuild index 48772670168..5ac223257c1 100644 --- a/net-libs/libqmi/libqmi-1.18.0.ebuild +++ b/net-libs/libqmi/libqmi-1.18.0.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 autotools EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}" else - KEYWORDS="~amd64 ~arm ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz" fi diff --git a/net-libs/libqmi/libqmi-9999.ebuild b/net-libs/libqmi/libqmi-9999.ebuild index d3513c1a0b1..883e1fdee70 100644 --- a/net-libs/libqmi/libqmi-9999.ebuild +++ b/net-libs/libqmi/libqmi-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 autotools EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}" else - KEYWORDS="~amd64 ~arm ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz" fi