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 CD1781395E2 for ; Tue, 15 Nov 2016 18:24:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D92FBE0D10; Tue, 15 Nov 2016 18:24:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 81253E0D12 for ; Tue, 15 Nov 2016 18:24:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A9A23413A6 for ; Tue, 15 Nov 2016 18:24:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A8B82EF for ; Tue, 15 Nov 2016 18:24:47 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1479234276.3650038cfb9e80d584ddf51f33aece7c11e32f0c.vapier@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: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 3650038cfb9e80d584ddf51f33aece7c11e32f0c X-VCS-Branch: master Date: Tue, 15 Nov 2016 18:24:47 +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: 129d1ae1-f75f-469e-9b74-19d806c1588b X-Archives-Hash: 896483f4615ed4d0982e045a53622e7b commit: 3650038cfb9e80d584ddf51f33aece7c11e32f0c Author: Mike Frysinger gentoo org> AuthorDate: Tue Nov 15 18:13:46 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Nov 15 18:24:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3650038c net-libs/libmbim: fix up style & description net-libs/libmbim/libmbim-1.14.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/libmbim/libmbim-1.14.0.ebuild b/net-libs/libmbim/libmbim-1.14.0.ebuild index 0e53ee3..b929737 100644 --- a/net-libs/libmbim/libmbim-1.14.0.ebuild +++ b/net-libs/libmbim/libmbim-1.14.0.ebuild @@ -5,14 +5,14 @@ EAPI="6" inherit multilib -KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc64 ~x86" -SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz" -DESCRIPTION="MBIM modem protocol helper library" +DESCRIPTION="Mobile Broadband Interface Model (MBIM) modem protocol helper library" HOMEPAGE="https://cgit.freedesktop.org/libmbim/" +SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz" LICENSE="LGPL-2" SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc64 ~x86" IUSE="static-libs udev" RDEPEND=">=dev-libs/glib-2.32:2"