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 BEE4E138334 for ; Thu, 30 May 2019 18:05:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3CDBE08A6; Thu, 30 May 2019 18:05:20 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DAF40E08A6 for ; Thu, 30 May 2019 18:05:20 +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 AED7A34537B for ; Thu, 30 May 2019 18:05:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5586655B for ; Thu, 30 May 2019 18:05:18 +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: <1559239439.e0a3779203bc3de56a9f56dd32dd955e3ec46243.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sassc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sassc/sassc-2.0.1-r1.ebuild X-VCS-Directories: dev-ruby/sassc/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: e0a3779203bc3de56a9f56dd32dd955e3ec46243 X-VCS-Branch: master Date: Thu, 30 May 2019 18:05:18 +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: 9888cdaa-7fc3-4bfd-a985-99a3fea15480 X-Archives-Hash: 1f23a7b8dbd6c2562fdd259e27f932f4 commit: e0a3779203bc3de56a9f56dd32dd955e3ec46243 Author: Hans de Graaff gentoo org> AuthorDate: Thu May 30 17:44:34 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu May 30 18:03:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a37792 dev-ruby/sassc: fix build without git Fixes: https://bugs.gentoo.org/686798 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-ruby/sassc/sassc-2.0.1-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-ruby/sassc/sassc-2.0.1-r1.ebuild b/dev-ruby/sassc/sassc-2.0.1-r1.ebuild index 611bf1b28e4..5ed366f5d0c 100644 --- a/dev-ruby/sassc/sassc-2.0.1-r1.ebuild +++ b/dev-ruby/sassc/sassc-2.0.1-r1.ebuild @@ -45,6 +45,10 @@ all_ruby_prepare() { sed -i -e '/test_it_reports_the_libsass_version/,/end/ s:^:#:' test/native_test.rb || die sed -i -e '/pry/ s:^:#:' test/test_helper.rb || die + + sed -e 's/git ls-files -z/find . -print0/' \ + -e '/gem_dir/,/^ end/ s:^:#:' \ + -i ${RUBY_FAKEGEM_GEMSPEC} || die } each_ruby_test() {