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 1DB401382C5 for ; Fri, 28 May 2021 15:57:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13430E0A9E; Fri, 28 May 2021 15:57:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EC07AE0A9E for ; Fri, 28 May 2021 15:57:45 +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 AB57E340E62 for ; Fri, 28 May 2021 15:57:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90DDD7A5 for ; Fri, 28 May 2021 15:57:42 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1622217448.70d54e01a32b8e207167234b5876aa6fe0e97164.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-prof/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-prof/ruby-prof-0.18.0.ebuild X-VCS-Directories: dev-ruby/ruby-prof/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 70d54e01a32b8e207167234b5876aa6fe0e97164 X-VCS-Branch: master Date: Fri, 28 May 2021 15:57:42 +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: 84fbe689-80e0-4d8d-a313-ad666c834c64 X-Archives-Hash: cff665703dde7b36640a3f1ac8affd67 commit: 70d54e01a32b8e207167234b5876aa6fe0e97164 Author: Sam James gentoo org> AuthorDate: Fri May 28 15:57:28 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri May 28 15:57:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d54e01 dev-ruby/ruby-prof: change variable brace style Closes: https://github.com/gentoo/gentoo/pull/21022 Signed-off-by: Sam James gentoo.org> Signed-off-by: David Seifert gentoo.org> dev-ruby/ruby-prof/ruby-prof-0.18.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/ruby-prof/ruby-prof-0.18.0.ebuild b/dev-ruby/ruby-prof/ruby-prof-0.18.0.ebuild index d29eeb957fd..867b5dd4fab 100644 --- a/dev-ruby/ruby-prof/ruby-prof-0.18.0.ebuild +++ b/dev-ruby/ruby-prof/ruby-prof-0.18.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -56,7 +56,7 @@ all_ruby_install() { all_fakegem_install for dir in examples ; do - docinto "$dir" - dodoc -r "$dir"/* + docinto "${dir}" + dodoc -r "${dir}"/. done }