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: app-mobilephone/obexftp/
Date: Sat, 05 Aug 2017 18:49:58
Message-Id: 1501958981.f49703e83dc8bfc6c672e00bfd18aaf6c9a6925b.graaff@gentoo
1 commit: f49703e83dc8bfc6c672e00bfd18aaf6c9a6925b
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 5 18:24:28 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 5 18:49:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49703e8
7
8 app-mobilephone/obexftp: use ruby-single.eclass to allow more ruby slots, add ruby22
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-mobilephone/obexftp/obexftp-0.24-r1.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
16 index 40317ebf00e..75435dde82e 100644
17 --- a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
18 +++ b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
19 @@ -4,7 +4,9 @@
20 EAPI=5
21
22 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
23 -inherit cmake-utils python-single-r1 python-utils-r1 eutils multilib
24 +USE_RUBY="ruby21 ruby22"
25 +
26 +inherit cmake-utils python-single-r1 python-utils-r1 ruby-single eutils multilib
27
28 DESCRIPTION="File transfer over OBEX for mobile phones"
29 HOMEPAGE="http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp"
30 @@ -23,7 +25,7 @@ RDEPEND="
31 net-wireless/bluez
32 perl? ( dev-lang/perl:= )
33 python? ( ${PYTHON_DEPS} )
34 - ruby? ( dev-lang/ruby:2.1 )
35 + ruby? ( ${RUBY_DEPS} )
36 tcl? ( dev-lang/tcl:0= )
37 "
38 DEPEND="