diff options
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/bluecloth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/bluecloth/ChangeLog b/dev-ruby/bluecloth/ChangeLog index 8fee45b11bfe..dcf9ff343b6e 100644 --- a/dev-ruby/bluecloth/ChangeLog +++ b/dev-ruby/bluecloth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/bluecloth # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.28 2010/01/04 11:06:25 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.29 2010/01/04 23:03:32 maekke Exp $ + + 04 Jan 2010; Markus Meier <maekke@gentoo.org> bluecloth-2.0.5-r1.ebuild: + add ~x86, bug #297041 04 Jan 2010; Christian Faulhammer <fauli@gentoo.org> bluecloth-2.0.5-r1.ebuild: diff --git a/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild b/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild index 0dfa64265053..a29205ae06ef 100644 --- a/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild +++ b/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild,v 1.2 2010/01/04 11:06:25 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.5-r1.ebuild,v 1.3 2010/01/04 23:03:32 maekke Exp $ EAPI=2 USE_RUBY="ruby18 ruby19" @@ -13,7 +13,7 @@ SRC_URI="http://www.deveiate.org/code/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" ruby_add_bdepend ">=dev-ruby/rdoc-2.4.1" |