Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 122856 Details for
Bug 182946
Memory leak in dev-lang/ruby-1.8.6-r1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to ebuild
ruby-1.8.6-r1.ebuild.patch (text/plain), 1.02 KB, created by
Mike Doty (RETIRED)
on 2007-06-23 05:14:15 UTC
(
hide
)
Description:
patch to ebuild
Filename:
MIME Type:
Creator:
Mike Doty (RETIRED)
Created:
2007-06-23 05:14:15 UTC
Size:
1.02 KB
patch
obsolete
>--- /usr/portage/dev-lang/ruby/ruby-1.8.6-r1.ebuild 2007-06-14 06:35:35.000000000 -0700 >+++ ruby/ruby-1.8.6-r1.ebuild 2007-06-22 15:54:20.000000000 -0700 >@@ -1,6 +1,6 @@ > # Copyright 1999-2007 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.6-r1.ebuild,v 1.9 2007/06/14 13:27:01 angelos Exp $ >+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.6-r1.ebuild,v 1.12 2007/06/21 19:04:11 ferdy Exp $ > > WANT_AUTOCONF="latest" > WANT_AUTOMAKE="latest" >@@ -17,7 +17,7 @@ > > LICENSE="Ruby" > SLOT="1.8" >-KEYWORDS="alpha amd64 ~arm hppa ia64 mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" >+KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd ~x86 ~x86-fbsd" > IUSE="debug doc examples ipv6 rubytests socks5 threads tk" # cjk > RESTRICT="confcache" > >@@ -55,6 +55,9 @@ > eautoreconf > > epatch ${FILESDIR}/${P}-exit-status.patch >+ >+ cd "${S}/ext/dl" >+ epatch ${FILESDIR}/ruby-patch.diff > } > > src_compile() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 182946
:
122855
|
122856
|
122858
|
122870