From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-900427-garchives=archives.gentoo.org@lists.gentoo.org>
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 3AEA7138330
	for <garchives@archives.gentoo.org>; Thu,  8 Sep 2016 04:50:27 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 02B8B21C17D;
	Thu,  8 Sep 2016 04:50:24 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 7EA6C21C17D
	for <gentoo-commits@lists.gentoo.org>; Thu,  8 Sep 2016 04:50:23 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id DC52B3408F0
	for <gentoo-commits@lists.gentoo.org>; Thu,  8 Sep 2016 04:50:21 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CEA902473
	for <gentoo-commits@lists.gentoo.org>; Thu,  8 Sep 2016 04:50:19 +0000 (UTC)
From: "Hans de Graaff" <graaff@gentoo.org>
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" <graaff@gentoo.org>
Message-ID: <1473309877.9fb7f7c41c900fdc8b471b7666fb9043ea7eb5bf.graaff@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/psych/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/psych/psych-2.1.1.ebuild
X-VCS-Directories: dev-ruby/psych/
X-VCS-Committer: graaff
X-VCS-Committer-Name: Hans de Graaff
X-VCS-Revision: 9fb7f7c41c900fdc8b471b7666fb9043ea7eb5bf
X-VCS-Branch: master
Date: Thu,  8 Sep 2016 04:50:19 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: b6f96522-e415-4dc7-9dc3-81c461a18189
X-Archives-Hash: 59f0a10fd1000d2aadc969f81c8f2269

commit:     9fb7f7c41c900fdc8b471b7666fb9043ea7eb5bf
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  8 04:44:37 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Sep  8 04:44:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb7f7c4

dev-ruby/psych: avoid need for git dependency, fixing bug 593066

Package-Manager: portage-2.2.28

 dev-ruby/psych/psych-2.1.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-ruby/psych/psych-2.1.1.ebuild b/dev-ruby/psych/psych-2.1.1.ebuild
index 04a712b..0b2ed62 100644
--- a/dev-ruby/psych/psych-2.1.1.ebuild
+++ b/dev-ruby/psych/psych-2.1.1.ebuild
@@ -27,6 +27,7 @@ ruby_add_bdepend "test? ( dev-ruby/minitest:5 )"
 
 all_ruby_prepare() {
 	sed -i -e '1igem "minitest", "~>5.0"' test/psych/helper.rb || die
+	sed -i -e '/s.files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
 }
 
 each_ruby_configure() {