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 7D60C138334 for ; Mon, 10 Jun 2019 07:31:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76156E0896; Mon, 10 Jun 2019 07:31:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 331CFE0896 for ; Mon, 10 Jun 2019 07:31:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 59ABD345B48 for ; Mon, 10 Jun 2019 07:31:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF220613 for ; Mon, 10 Jun 2019 07:31:29 +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: <1560151579.ba8d56d7417a537047b1b142b2521b35503765d2.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rdoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rdoc/rdoc-5.1.0.ebuild dev-ruby/rdoc/rdoc-6.1.1.ebuild X-VCS-Directories: dev-ruby/rdoc/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: ba8d56d7417a537047b1b142b2521b35503765d2 X-VCS-Branch: master Date: Mon, 10 Jun 2019 07:31:29 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c5dfca60-c418-472c-a97e-08963740d4ff X-Archives-Hash: 382f5b746a0f6bfecd7a1e6c27857f98 commit: ba8d56d7417a537047b1b142b2521b35503765d2 Author: Hans de Graaff gentoo org> AuthorDate: Mon Jun 10 07:20:26 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jun 10 07:26:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba8d56d7 dev-ruby/rdoc: use ruby_get_use_implementations Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-ruby/rdoc/rdoc-5.1.0.ebuild | 2 +- dev-ruby/rdoc/rdoc-6.1.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/rdoc/rdoc-5.1.0.ebuild b/dev-ruby/rdoc/rdoc-5.1.0.ebuild index 1b257b6fa26..fc8b7303f2d 100644 --- a/dev-ruby/rdoc/rdoc-5.1.0.ebuild +++ b/dev-ruby/rdoc/rdoc-5.1.0.ebuild @@ -75,7 +75,7 @@ all_ruby_install() { for bin in rdoc ri; do ruby_fakegem_binwrapper $bin /usr/bin/$bin-2 - for version in ${USE_RUBY}; do + for version in $(ruby_get_use_implementations); do version=`echo ${version} | cut -c 5-` if use ruby_targets_ruby${version}; then ruby_fakegem_binwrapper $bin /usr/bin/${bin}${version} diff --git a/dev-ruby/rdoc/rdoc-6.1.1.ebuild b/dev-ruby/rdoc/rdoc-6.1.1.ebuild index bf1ec0e7f4d..111d431e3e6 100644 --- a/dev-ruby/rdoc/rdoc-6.1.1.ebuild +++ b/dev-ruby/rdoc/rdoc-6.1.1.ebuild @@ -76,7 +76,7 @@ all_ruby_install() { for bin in rdoc ri; do ruby_fakegem_binwrapper $bin /usr/bin/$bin-2 - for version in ${USE_RUBY}; do + for version in $(ruby_get_use_implementations); do version=`echo ${version} | cut -c 5-` if use ruby_targets_ruby${version}; then ruby_fakegem_binwrapper $bin /usr/bin/${bin}${version}