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 B3D48138335 for ; Sun, 4 Nov 2018 19:14:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA6ABE0B37; Sun, 4 Nov 2018 19:14:20 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1858E0B01 for ; Sun, 4 Nov 2018 19:14:20 +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 1FE92335CC0 for ; Sun, 4 Nov 2018 19:14:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BC1A45D for ; Sun, 4 Nov 2018 19:14:16 +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: <1541358807.90c010f2e29cb213c50e33ede154dd7a163d8cc0.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.16.2.ebuild X-VCS-Directories: net-libs/libmbim/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 90c010f2e29cb213c50e33ede154dd7a163d8cc0 X-VCS-Branch: master Date: Sun, 4 Nov 2018 19:14:16 +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: 53aa136a-f651-4a22-b9c1-232d884ce233 X-Archives-Hash: 7022de4fd40debf77030c2933c9dcf41 commit: 90c010f2e29cb213c50e33ede154dd7a163d8cc0 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Nov 4 19:00:07 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Nov 4 19:13:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c010f2 net-libs/libmbim: x86 stable (bug #670090) Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> net-libs/libmbim/libmbim-1.16.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libmbim/libmbim-1.16.2.ebuild b/net-libs/libmbim/libmbim-1.16.2.ebuild index 30d61f25ae3..fa514dae388 100644 --- a/net-libs/libmbim/libmbim-1.16.2.ebuild +++ b/net-libs/libmbim/libmbim-1.16.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -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