mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-mobilephone/obexftp: use ruby-single.eclass to allow more ruby slots, add ruby22
Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user