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 3E3AD1395E4 for ; Sat, 3 Dec 2016 08:58:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A71DE0BFF; Sat, 3 Dec 2016 08:58:40 +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 3473CE0C02 for ; Sat, 3 Dec 2016 08:58:40 +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 0903A340FA4 for ; Sat, 3 Dec 2016 08:58:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F84724AE for ; Sat, 3 Dec 2016 08:58:37 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1480755508.abe9bc4ca011c54fa45a96137a7b8105f3c5bb24.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/openobex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/openobex/openobex-1.7.1.ebuild X-VCS-Directories: dev-libs/openobex/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: abe9bc4ca011c54fa45a96137a7b8105f3c5bb24 X-VCS-Branch: master Date: Sat, 3 Dec 2016 08:58:37 +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: b009f94f-9a4e-4873-9275-3f95ff06fa8b X-Archives-Hash: e9467ea1107a878ca2298ef615786f37 commit: abe9bc4ca011c54fa45a96137a7b8105f3c5bb24 Author: Hans de Graaff gentoo org> AuthorDate: Sat Dec 3 08:53:43 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Dec 3 08:58:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abe9bc4c dev-libs/openobex: amd64 stable, bug 577696 Package-Manager: portage-2.3.0 dev-libs/openobex/openobex-1.7.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/openobex/openobex-1.7.1.ebuild b/dev-libs/openobex/openobex-1.7.1.ebuild index ed53491..7921e1a 100644 --- a/dev-libs/openobex/openobex-1.7.1.ebuild +++ b/dev-libs/openobex/openobex-1.7.1.ebuild @@ -6,13 +6,13 @@ EAPI=5 inherit cmake-utils udev -DESCRIPTION="An implementation of the OBEX protocol used for transferring data to mobile devices" +DESCRIPTION="Implementation of the OBEX protocol used for transferring data to mobile devices" HOMEPAGE="https://sourceforge.net/projects/openobex/" SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-Source.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0/2" -KEYWORDS="~amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="bluetooth irda usb" RDEPEND="bluetooth? ( net-wireless/bluez:= )