diff options
author | Markus Meier <maekke@gentoo.org> | 2010-01-04 23:03:32 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-01-04 23:03:32 +0000 |
commit | 3d2a7c4637c4e9b2af39c91bc942c83f9d9fe121 (patch) | |
tree | f32b7dbcd207227f8d28c3b957dad0fe9f52500e | |
parent | add ~x86, bug #297041 (diff) | |
download | gentoo-2-3d2a7c4637c4e9b2af39c91bc942c83f9d9fe121.tar.gz gentoo-2-3d2a7c4637c4e9b2af39c91bc942c83f9d9fe121.tar.bz2 gentoo-2-3d2a7c4637c4e9b2af39c91bc942c83f9d9fe121.zip |
add ~x86, bug #297041
(Portage version: 2.2_rc61/cvs/Linux x86_64)
-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" |