diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-12-03 09:53:43 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-12-03 09:58:28 +0100 |
commit | abe9bc4ca011c54fa45a96137a7b8105f3c5bb24 (patch) | |
tree | 99b834472c086ea4ae000319b905020bde5afbe3 /dev-libs/openobex | |
parent | app-mobilephone/obexftp: cleanup (diff) | |
download | gentoo-abe9bc4ca011c54fa45a96137a7b8105f3c5bb24.tar.gz gentoo-abe9bc4ca011c54fa45a96137a7b8105f3c5bb24.tar.bz2 gentoo-abe9bc4ca011c54fa45a96137a7b8105f3c5bb24.zip |
dev-libs/openobex: amd64 stable, bug 577696
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-libs/openobex')
-rw-r--r-- | dev-libs/openobex/openobex-1.7.1.ebuild | 4 |
1 files 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 ed53491160c6..7921e1a0913d 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:= ) |