Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/openobex/
Date: Sat, 03 Dec 2016 08:58:41
Message-Id: 1480755508.abe9bc4ca011c54fa45a96137a7b8105f3c5bb24.graaff@gentoo
1 commit: abe9bc4ca011c54fa45a96137a7b8105f3c5bb24
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 3 08:53:43 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 3 08:58:28 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abe9bc4c
7
8 dev-libs/openobex: amd64 stable, bug 577696
9
10 Package-Manager: portage-2.3.0
11
12 dev-libs/openobex/openobex-1.7.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/openobex/openobex-1.7.1.ebuild b/dev-libs/openobex/openobex-1.7.1.ebuild
16 index ed53491..7921e1a 100644
17 --- a/dev-libs/openobex/openobex-1.7.1.ebuild
18 +++ b/dev-libs/openobex/openobex-1.7.1.ebuild
19 @@ -6,13 +6,13 @@ EAPI=5
20
21 inherit cmake-utils udev
22
23 -DESCRIPTION="An implementation of the OBEX protocol used for transferring data to mobile devices"
24 +DESCRIPTION="Implementation of the OBEX protocol used for transferring data to mobile devices"
25 HOMEPAGE="https://sourceforge.net/projects/openobex/"
26 SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-Source.tar.gz"
27
28 LICENSE="GPL-2 LGPL-2.1"
29 SLOT="0/2"
30 -KEYWORDS="~amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86"
31 +KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~sparc ~x86"
32 IUSE="bluetooth irda usb"
33
34 RDEPEND="bluetooth? ( net-wireless/bluez:= )