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 97B61138334 for ; Sat, 17 Aug 2019 11:23:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A057BE08D6; Sat, 17 Aug 2019 11:23:11 +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 8497AE08D6 for ; Sat, 17 Aug 2019 11:23:11 +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 EB691349CB4 for ; Sat, 17 Aug 2019 11:23:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F76F751 for ; Sat, 17 Aug 2019 11:23:08 +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: <1566040974.eca7bc632c85a7838373c0d2ff8e06809adff15b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubygems/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rubygems/rubygems-3.0.6.ebuild X-VCS-Directories: dev-ruby/rubygems/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: eca7bc632c85a7838373c0d2ff8e06809adff15b X-VCS-Branch: master Date: Sat, 17 Aug 2019 11:23:08 +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: e44f0020-291b-470c-9350-2f5489bbf0ec X-Archives-Hash: 6f8790b4be3a17e41fa72cca68d3c1b3 commit: eca7bc632c85a7838373c0d2ff8e06809adff15b Author: David Seifert gentoo org> AuthorDate: Sat Aug 17 11:22:54 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Aug 17 11:22:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca7bc63 dev-ruby/rubygems: [QA] Add missing trailing slash Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert gentoo.org> dev-ruby/rubygems/rubygems-3.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rubygems/rubygems-3.0.6.ebuild b/dev-ruby/rubygems/rubygems-3.0.6.ebuild index 0dc4a1b522f..9987aaa8187 100644 --- a/dev-ruby/rubygems/rubygems-3.0.6.ebuild +++ b/dev-ruby/rubygems/rubygems-3.0.6.ebuild @@ -81,7 +81,7 @@ all_ruby_install() { } pkg_postinst() { - if [[ ! -n $(readlink "${ROOT}"usr/bin/gem) ]] ; then + if [[ ! -n $(readlink "${ROOT}"/usr/bin/gem) ]] ; then eselect ruby set $(eselect --brief --colour=no ruby show | head -n1) fi