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 A871F138334 for ; Tue, 21 May 2019 03:17:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 999C4E08D4; Tue, 21 May 2019 03:17:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7DAF1E08D3 for ; Tue, 21 May 2019 03:17:44 +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 8954C344C28 for ; Tue, 21 May 2019 03:17:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC8B4604 for ; Tue, 21 May 2019 03:17:39 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1558408492.3558cdc5457798c080723e57c5e7e026d385dc81.bman@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.16.2.ebuild X-VCS-Directories: net-libs/libmbim/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 3558cdc5457798c080723e57c5e7e026d385dc81 X-VCS-Branch: master Date: Tue, 21 May 2019 03:17:39 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fd8c0a64-eaa7-404f-9d1f-6d8afdf3fdf5 X-Archives-Hash: 45f8100a31104055e4329860e2a83cba commit: 3558cdc5457798c080723e57c5e7e026d385dc81 Author: Aaron Bauman gentoo org> AuthorDate: Tue May 21 03:14:52 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue May 21 03:14:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3558cdc5 net-libs/libmbim: arm64 stable Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="arm64" net-libs/libmbim/libmbim-1.16.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libmbim/libmbim-1.16.2.ebuild b/net-libs/libmbim/libmbim-1.16.2.ebuild index f10f42cfecd..595dcdc5bfc 100644 --- a/net-libs/libmbim/libmbim-1.16.2.ebuild +++ b/net-libs/libmbim/libmbim-1.16.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.freedesktop.org/software/libmbim/${P}.tar.xz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc ppc64 x86" +KEYWORDS="~alpha amd64 arm arm64 ~mips ppc ppc64 x86" IUSE="static-libs udev" RDEPEND=">=dev-libs/glib-2.32:2