diff options
author | 2013-02-25 20:16:34 +0000 | |
---|---|---|
committer | 2013-02-25 20:16:34 +0000 | |
commit | 4c8c457c840243ccf83ebc45a0dca20aae71e8ec (patch) | |
tree | 36be883b690a8d1fd80a23b90b41cc531353b75b | |
parent | Drop old versions (diff) | |
download | historical-4c8c457c840243ccf83ebc45a0dca20aae71e8ec.tar.gz historical-4c8c457c840243ccf83ebc45a0dca20aae71e8ec.tar.bz2 historical-4c8c457c840243ccf83ebc45a0dca20aae71e8ec.zip |
Add patch to fix bug #459074 (parallel build).
Package-Manager: portage-2.2.0_alpha163/cvs/Linux x86_64
Manifest-Sign-Key: 0x1CD13C8AD4301342
-rw-r--r-- | dev-lang/ruby/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ruby/ruby-1.9.3_p392.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ruby/ChangeLog b/dev-lang/ruby/ChangeLog index 3da04899f7a0..3ea8de5162a5 100644 --- a/dev-lang/ruby/ChangeLog +++ b/dev-lang/ruby/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ruby # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.569 2013/02/24 19:57:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.570 2013/02/25 20:16:34 flameeyes Exp $ + + 25 Feb 2013; Diego E. Pettenò <flameeyes@gentoo.org> ruby-1.9.3_p392.ebuild: + Add patch to fix bug #459074 (parallel build). 24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> ruby-1.9.3_p392.ebuild: Stable for arm, wrt bug #458776 diff --git a/dev-lang/ruby/ruby-1.9.3_p392.ebuild b/dev-lang/ruby/ruby-1.9.3_p392.ebuild index f211f84a14ec..eb7b59477e67 100644 --- a/dev-lang/ruby/ruby-1.9.3_p392.ebuild +++ b/dev-lang/ruby/ruby-1.9.3_p392.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p392.ebuild,v 1.10 2013/02/24 19:57:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p392.ebuild,v 1.11 2013/02/25 20:16:34 flameeyes Exp $ EAPI=4 -#PATCHSET= +PATCHSET=1 inherit autotools eutils flag-o-matic multilib versionator |