diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-05-26 22:32:04 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-05-26 22:33:07 +0100 |
commit | fca896513471e35284c8204fae25f6620a17a2e3 (patch) | |
tree | 3648cced2db789578769fe7c5a5088fa1bba3162 /dev-lang/ruby/ruby-2.2.7.ebuild | |
parent | sci-biology/mammoth: update homepage (diff) | |
download | gentoo-fca896513471e35284c8204fae25f6620a17a2e3.tar.gz gentoo-fca896513471e35284c8204fae25f6620a17a2e3.tar.bz2 gentoo-fca896513471e35284c8204fae25f6620a17a2e3.zip |
dev-lang/ruby: fix stack scavenge crash on ia64, bug #561780
Reported-by: Émeric Maschino
Bug: https://bugs.gentoo.org/561780
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-lang/ruby/ruby-2.2.7.ebuild')
-rw-r--r-- | dev-lang/ruby/ruby-2.2.7.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/ruby/ruby-2.2.7.ebuild b/dev-lang/ruby/ruby-2.2.7.ebuild index 815d51d85510..5b4776d845a8 100644 --- a/dev-lang/ruby/ruby-2.2.7.ebuild +++ b/dev-lang/ruby/ruby-2.2.7.ebuild @@ -74,6 +74,7 @@ PDEPEND=" src_prepare() { EPATCH_FORCE="yes" EPATCH_SUFFIX="patch" \ epatch "${WORKDIR}/patches" + epatch "${FILESDIR}"/${PN}-2.1.9-ia64.patch # We can no longer unbundle all of rake because rubygems now depends # on this. We leave the actual rake code around to bootstrap |