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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BE4CE15808B for ; Sat, 26 Mar 2022 14:30:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C4EFE0898; Sat, 26 Mar 2022 14:30:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3252FE086F for ; Sat, 26 Mar 2022 14:30:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55A5C34345D for ; Sat, 26 Mar 2022 14:30:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0364834F for ; Sat, 26 Mar 2022 14:30:53 +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: <1648305044.55586f41b746affb461a6854260ca00495de2984.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-6.4.0.ebuild X-VCS-Directories: dev-ruby/rdoc/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 55586f41b746affb461a6854260ca00495de2984 X-VCS-Branch: master Date: Sat, 26 Mar 2022 14:30:53 +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: f0934c51-74cb-4218-8391-b0e75fe27e26 X-Archives-Hash: 49ba0d70c4cfd605e8a14fdae7df977e commit: 55586f41b746affb461a6854260ca00495de2984 Author: Hans de Graaff gentoo org> AuthorDate: Sat Mar 26 14:28:33 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Mar 26 14:30:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55586f41 dev-ruby/rdoc: fix hprefixify for 6.4.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rdoc/rdoc-6.4.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-ruby/rdoc/rdoc-6.4.0.ebuild b/dev-ruby/rdoc/rdoc-6.4.0.ebuild index 89e8599b0b1f..719e3d967939 100644 --- a/dev-ruby/rdoc/rdoc-6.4.0.ebuild +++ b/dev-ruby/rdoc/rdoc-6.4.0.ebuild @@ -13,7 +13,7 @@ RUBY_FAKEGEM_BINDIR="exe" RUBY_FAKEGEM_GEMSPEC="rdoc.gemspec" -inherit prefix ruby-fakegem +inherit ruby-fakegem DESCRIPTION="An extended version of the RDoc library from Ruby 1.8" HOMEPAGE="https://github.com/ruby/rdoc/" @@ -86,7 +86,6 @@ all_ruby_install() { ruby_fakegem_binwrapper $bin /usr/bin/${bin}${version} sed -i -e "1s/env ruby/ruby${version}/" \ "${ED}/usr/bin/${bin}${version}" || die - use prefix && hprefixify "${ED}/usr/bin/${bin}${version}" fi done done