diff options
author | Markus Meier <maekke@gentoo.org> | 2010-01-04 23:22:09 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-01-04 23:22:09 +0000 |
commit | 5ceadc5a8a1f7f88caf789a2a2f8c969d4e4a923 (patch) | |
tree | d3e1d87767b3c497fc44cb9837354a5c70303b9e /dev-ruby/nokogiri | |
parent | add ~x86, bug #297822 (diff) | |
download | gentoo-2-5ceadc5a8a1f7f88caf789a2a2f8c969d4e4a923.tar.gz gentoo-2-5ceadc5a8a1f7f88caf789a2a2f8c969d4e4a923.tar.bz2 gentoo-2-5ceadc5a8a1f7f88caf789a2a2f8c969d4e4a923.zip |
add ~x86, bug #297822
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/nokogiri')
-rw-r--r-- | dev-ruby/nokogiri/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/nokogiri/nokogiri-1.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/nokogiri/ChangeLog b/dev-ruby/nokogiri/ChangeLog index 99f8f5e51630..2cbfefafbe86 100644 --- a/dev-ruby/nokogiri/ChangeLog +++ b/dev-ruby/nokogiri/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/nokogiri # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.17 2010/01/04 11:36:41 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.18 2010/01/04 23:22:09 maekke Exp $ + + 04 Jan 2010; Markus Meier <maekke@gentoo.org> nokogiri-1.4.1.ebuild: + add ~x86, bug #297822 04 Jan 2010; Christian Faulhammer <fauli@gentoo.org> nokogiri-1.4.1.ebuild: diff --git a/dev-ruby/nokogiri/nokogiri-1.4.1.ebuild b/dev-ruby/nokogiri/nokogiri-1.4.1.ebuild index 207bd436cd0c..6d6eb6533d3f 100644 --- a/dev-ruby/nokogiri/nokogiri-1.4.1.ebuild +++ b/dev-ruby/nokogiri/nokogiri-1.4.1.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/nokogiri/nokogiri-1.4.1.ebuild,v 1.3 2010/01/04 11:36:41 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.4.1.ebuild,v 1.4 2010/01/04 23:22:09 maekke Exp $ EAPI=2 @@ -16,7 +16,7 @@ DESCRIPTION="Nokogiri is an HTML, XML, SAX, and Reader parser." HOMEPAGE="http://nokogiri.rubyforge.org/" LICENSE="MIT" -KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" SLOT="0" IUSE="" |