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 CC6BD138334 for ; Tue, 26 Nov 2019 00:58:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7498FE0893; Tue, 26 Nov 2019 00:58:39 +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 5873AE0855 for ; Tue, 26 Nov 2019 00:58:39 +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 D916E34D3A5 for ; Tue, 26 Nov 2019 00:58:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FB648C3 for ; Tue, 26 Nov 2019 00:58:35 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1574728744.f24338358db0d93d4593597987faabcb0521148c.whissi@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.18.0.ebuild X-VCS-Directories: net-libs/libmbim/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: f24338358db0d93d4593597987faabcb0521148c X-VCS-Branch: master Date: Tue, 26 Nov 2019 00:58:35 +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: 28cbf89c-6fb0-41d9-bbd3-72a28d4c9e9f X-Archives-Hash: d6b62ed4b349762e6ad9ac8355a24a97 commit: f24338358db0d93d4593597987faabcb0521148c Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Nov 26 00:39:04 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Nov 26 00:39:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2433835 net-libs/libmbim: x86 stable (bug #700650) Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Thomas Deutschmann gentoo.org> net-libs/libmbim/libmbim-1.18.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libmbim/libmbim-1.18.0.ebuild b/net-libs/libmbim/libmbim-1.18.0.ebuild index b1da88a0bea..cffedb8e21a 100644 --- a/net-libs/libmbim/libmbim-1.18.0.ebuild +++ b/net-libs/libmbim/libmbim-1.18.0.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.36:2