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 3694F15A7D9 for ; Sat, 18 Mar 2023 16:29:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D1A3E07B2; Sat, 18 Mar 2023 16:29:12 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D442E07B2 for ; Sat, 18 Mar 2023 16:29:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4694834135E for ; Sat, 18 Mar 2023 16:29:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8A7F88F for ; Sat, 18 Mar 2023 16:29:09 +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: <1679156945.6b4302b55552c4ce0b748bd9d7a0305e8187f215.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/thin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/thin/thin-1.8.1-r1.ebuild X-VCS-Directories: www-servers/thin/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 6b4302b55552c4ce0b748bd9d7a0305e8187f215 X-VCS-Branch: master Date: Sat, 18 Mar 2023 16:29:09 +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: f0992e74-8e87-4bc1-bd2b-b11730319bb4 X-Archives-Hash: f3b37d66f5ce2884204369841d2d88e6 commit: 6b4302b55552c4ce0b748bd9d7a0305e8187f215 Author: Hans de Graaff gentoo org> AuthorDate: Sat Mar 18 07:36:17 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Mar 18 16:29:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b4302b5 www-servers/thin: actually use rspec3 Signed-off-by: Hans de Graaff gentoo.org> www-servers/thin/thin-1.8.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/thin/thin-1.8.1-r1.ebuild b/www-servers/thin/thin-1.8.1-r1.ebuild index 8f8e959d7f1e..53edc5ed6083 100644 --- a/www-servers/thin/thin-1.8.1-r1.ebuild +++ b/www-servers/thin/thin-1.8.1-r1.ebuild @@ -44,7 +44,7 @@ all_ruby_prepare() { rm tasks/spec.rake || die # Fix rspec version to allow newer 2.x versions - sed -i -e '/gem "rspec"/ s/1.2.9/2.0/ ; 2igem "rack", "<3"' spec/spec_helper.rb || die + sed -i -e '/gem "rspec"/ s/1.2.9/3.0/ ; 2igem "rack", "<3"' spec/spec_helper.rb || die # Avoid CLEAN since it may not be available and we don't need it. sed -i -e '/CLEAN/ s:^:#:' tasks/*.rake || die