diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-09-10 12:39:24 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-09-10 12:39:24 +0000 |
commit | 00e166b123e9e639c8d773619c7ff87da56b9f8d (patch) | |
tree | 1fae6070a88aa418e68f0ed4c0230a169de32752 /dev-ruby/redcloth | |
parent | Fix metadata.xml to match rest of media-video. (diff) | |
download | gentoo-2-00e166b123e9e639c8d773619c7ff87da56b9f8d.tar.gz gentoo-2-00e166b123e9e639c8d773619c7ff87da56b9f8d.tar.bz2 gentoo-2-00e166b123e9e639c8d773619c7ff87da56b9f8d.zip |
Document upstream bug for jruby support.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/redcloth')
-rw-r--r-- | dev-ruby/redcloth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/redcloth/redcloth-4.2.3-r1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-ruby/redcloth/ChangeLog b/dev-ruby/redcloth/ChangeLog index db55a32bf337..f520f3357e2c 100644 --- a/dev-ruby/redcloth/ChangeLog +++ b/dev-ruby/redcloth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/redcloth # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.49 2010/08/29 18:08:28 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/ChangeLog,v 1.50 2010/09/10 12:39:24 graaff Exp $ + + 10 Sep 2010; Hans de Graaff <graaff@gentoo.org> redcloth-4.2.3-r1.ebuild: + Document upstream bug for jruby support. 29 Aug 2010; Raúl Porcel <armin76@gentoo.org> redcloth-4.2.3.ebuild: ia64 stable wrt #330327 diff --git a/dev-ruby/redcloth/redcloth-4.2.3-r1.ebuild b/dev-ruby/redcloth/redcloth-4.2.3-r1.ebuild index c2167fd11935..467711baf26c 100644 --- a/dev-ruby/redcloth/redcloth-4.2.3-r1.ebuild +++ b/dev-ruby/redcloth/redcloth-4.2.3-r1.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.3-r1.ebuild,v 1.1 2010/07/29 09:31:06 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/redcloth/redcloth-4.2.3-r1.ebuild,v 1.2 2010/09/10 12:39:24 graaff Exp $ EAPI=2 # jruby → tests still fail with UTF-8 characters +# http://jgarber.lighthouseapp.com/projects/13054/tickets/149-redcloth-4-doesnt-support-multi-bytes-content USE_RUBY="ruby18 ree18 ruby19" RUBY_FAKEGEM_NAME="RedCloth" |