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 BBC98138334 for ; Sun, 21 Oct 2018 10:31:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DBD0E087C; Sun, 21 Oct 2018 10:31:03 +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 5AE33E087C for ; Sun, 21 Oct 2018 10:31:03 +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 AB209335D11 for ; Sun, 21 Oct 2018 10:31:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EB15436 for ; Sun, 21 Oct 2018 10:30:58 +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: <1540117847.466f0d1dc2e20a4a049dcec45e492484b80ee5b2.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/oauth2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/oauth2/oauth2-1.4.1.ebuild X-VCS-Directories: dev-ruby/oauth2/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 466f0d1dc2e20a4a049dcec45e492484b80ee5b2 X-VCS-Branch: master Date: Sun, 21 Oct 2018 10:30:58 +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-Archives-Salt: 9dd6c845-fee9-4a8f-9f65-c343b3189a38 X-Archives-Hash: 2d14564fa78bfc5fbb8efeaa4f7dddd4 commit: 466f0d1dc2e20a4a049dcec45e492484b80ee5b2 Author: Hans de Graaff gentoo org> AuthorDate: Sun Oct 21 10:30:25 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Oct 21 10:30:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=466f0d1d dev-ruby/oauth2: fix install without git Closes: https://bugs.gentoo.org/669050 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 dev-ruby/oauth2/oauth2-1.4.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-ruby/oauth2/oauth2-1.4.1.ebuild b/dev-ruby/oauth2/oauth2-1.4.1.ebuild index c0707ffc593..94d54df71dd 100644 --- a/dev-ruby/oauth2/oauth2-1.4.1.ebuild +++ b/dev-ruby/oauth2/oauth2-1.4.1.ebuild @@ -40,6 +40,8 @@ all_ruby_prepare() { # Avoid spec that is too fragile in relation to ENV sed -i -e '/outputs to $stdout when OAUTH_DEBUG=true/a skip "fragile ENV stubbing"' spec/oauth2/client_spec.rb || die + + sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die } each_ruby_test() {