From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-957668-garchives=archives.gentoo.org@lists.gentoo.org> 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 D9238139694 for <garchives@archives.gentoo.org>; Mon, 26 Jun 2017 07:56:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34FE82340CE; Mon, 26 Jun 2017 07:56:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 1091E2340CD for <gentoo-commits@lists.gentoo.org>; Mon, 26 Jun 2017 07:56:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3985F341740 for <gentoo-commits@lists.gentoo.org>; Mon, 26 Jun 2017 07:56:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0C2A7497 for <gentoo-commits@lists.gentoo.org>; Mon, 26 Jun 2017 07:56:45 +0000 (UTC) From: "Alexis Ballier" <aballier@gentoo.org> 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" <aballier@gentoo.org> Message-ID: <1498463789.1f7961c91e73d9291ba889b103f26da391fb323a.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libmbim/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libmbim/libmbim-1.14.0.ebuild X-VCS-Directories: net-libs/libmbim/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 1f7961c91e73d9291ba889b103f26da391fb323a X-VCS-Branch: master Date: Mon, 26 Jun 2017 07:56:45 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8cfc3175-e436-4f30-b6a8-10c8ebeed7fa X-Archives-Hash: 18c8671c891f1621acc1ea58e753da8c commit: 1f7961c91e73d9291ba889b103f26da391fb323a Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Mon Jun 26 07:56:29 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Mon Jun 26 07:56:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f7961c9 net-libs/libmbim: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 net-libs/libmbim/libmbim-1.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libmbim/libmbim-1.14.0.ebuild b/net-libs/libmbim/libmbim-1.14.0.ebuild index fd2f757b9dd..986531cc848 100644 --- a/net-libs/libmbim/libmbim-1.14.0.ebuild +++ b/net-libs/libmbim/libmbim-1.14.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~mips ppc ppc64 x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc ppc64 x86" IUSE="static-libs udev" RDEPEND=">=dev-libs/glib-2.32:2