diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-08-05 20:24:28 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-08-05 20:49:41 +0200 |
commit | f49703e83dc8bfc6c672e00bfd18aaf6c9a6925b (patch) | |
tree | 97cb636eb8209d3f79c4be10d57fe5438a6d5dfd /app-mobilephone | |
parent | app-misc/hivex: add ruby22 (diff) | |
download | gentoo-f49703e83dc8bfc6c672e00bfd18aaf6c9a6925b.tar.gz gentoo-f49703e83dc8bfc6c672e00bfd18aaf6c9a6925b.tar.bz2 gentoo-f49703e83dc8bfc6c672e00bfd18aaf6c9a6925b.zip |
app-mobilephone/obexftp: use ruby-single.eclass to allow more ruby slots, add ruby22
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/obexftp/obexftp-0.24-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild index 40317ebf00e1..75435dde82e0 100644 --- a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild +++ b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild @@ -4,7 +4,9 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_4,3_5} ) -inherit cmake-utils python-single-r1 python-utils-r1 eutils multilib +USE_RUBY="ruby21 ruby22" + +inherit cmake-utils python-single-r1 python-utils-r1 ruby-single eutils multilib DESCRIPTION="File transfer over OBEX for mobile phones" HOMEPAGE="http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp" @@ -23,7 +25,7 @@ RDEPEND=" net-wireless/bluez perl? ( dev-lang/perl:= ) python? ( ${PYTHON_DEPS} ) - ruby? ( dev-lang/ruby:2.1 ) + ruby? ( ${RUBY_DEPS} ) tcl? ( dev-lang/tcl:0= ) " DEPEND=" |