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 B603D13933E for ; Tue, 6 Jul 2021 10:26:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77B70E0C22; Tue, 6 Jul 2021 10:26:20 +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 5DED6E0C22 for ; Tue, 6 Jul 2021 10:26:20 +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 6F621342AB9 for ; Tue, 6 Jul 2021 10:26:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B3177D7 for ; Tue, 6 Jul 2021 10:26:15 +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: <1625567169.5d48b9b60324e91bff5d43ea0d0e5fdb9ab045b1.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday_middleware/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/faraday_middleware/faraday_middleware-1.0.0.ebuild X-VCS-Directories: dev-ruby/faraday_middleware/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 5d48b9b60324e91bff5d43ea0d0e5fdb9ab045b1 X-VCS-Branch: master Date: Tue, 6 Jul 2021 10:26:15 +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: 5d908ec9-e9c7-4122-9e42-9ef175397944 X-Archives-Hash: 1e2ad311a4f19d993cd883db2e5c95f5 commit: 5d48b9b60324e91bff5d43ea0d0e5fdb9ab045b1 Author: Hans de Graaff gentoo org> AuthorDate: Tue Jul 6 09:58:20 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Jul 6 10:26:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d48b9b6 dev-ruby/faraday_middleware: add ruby27 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/faraday_middleware/faraday_middleware-1.0.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-ruby/faraday_middleware/faraday_middleware-1.0.0.ebuild b/dev-ruby/faraday_middleware/faraday_middleware-1.0.0.ebuild index 7434e8efdb6..3ad6b8513fd 100644 --- a/dev-ruby/faraday_middleware/faraday_middleware-1.0.0.ebuild +++ b/dev-ruby/faraday_middleware/faraday_middleware-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26" +USE_RUBY="ruby25 ruby26 ruby27" RUBY_FAKEGEM_RECIPE_TEST="rspec3" @@ -55,6 +55,8 @@ all_ruby_prepare() { # Avoid unneeded dependency on git sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die + + sed -i -e '1irequire "fileutils"' spec/spec_helper.rb || die } each_ruby_test() {