From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C2369139695 for ; Sat, 5 Aug 2017 18:49:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDFAEE0824; Sat, 5 Aug 2017 18:49:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBD39E083D for ; Sat, 5 Aug 2017 18:49:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 936643417E7 for ; Sat, 5 Aug 2017 18:49:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED04D75F2 for ; Sat, 5 Aug 2017 18:49:54 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1501958981.f49703e83dc8bfc6c672e00bfd18aaf6c9a6925b.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/obexftp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-mobilephone/obexftp/obexftp-0.24-r1.ebuild X-VCS-Directories: app-mobilephone/obexftp/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: f49703e83dc8bfc6c672e00bfd18aaf6c9a6925b X-VCS-Branch: master Date: Sat, 5 Aug 2017 18:49:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4ea0ed5d-4b16-4717-be2a-0d6a46128d45 X-Archives-Hash: 666b094b26ac4c9f91c3676255e62307 commit: f49703e83dc8bfc6c672e00bfd18aaf6c9a6925b Author: Hans de Graaff gentoo org> AuthorDate: Sat Aug 5 18:24:28 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Aug 5 18:49:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49703e8 app-mobilephone/obexftp: use ruby-single.eclass to allow more ruby slots, add ruby22 Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-mobilephone/obexftp/obexftp-0.24-r1.ebuild | 6 ++++-- 1 file 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 40317ebf00e..75435dde82e 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="