diff options
author | 2011-08-02 16:31:57 +0000 | |
---|---|---|
committer | 2011-08-02 16:31:57 +0000 | |
commit | 2fcf820ad4a2821c42dba750f52a35d0ec77e624 (patch) | |
tree | d7e08da562b0b96d0d86511fcccbd237b4b0e20b /dev-ruby/nokogiri | |
parent | Stable on amd64 wrt bug #348510 (diff) | |
download | gentoo-2-2fcf820ad4a2821c42dba750f52a35d0ec77e624.tar.gz gentoo-2-2fcf820ad4a2821c42dba750f52a35d0ec77e624.tar.bz2 gentoo-2-2fcf820ad4a2821c42dba750f52a35d0ec77e624.zip |
Stable on amd64 wrt bug #348510
(Portage version: 2.2.0_alpha46/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.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/nokogiri/ChangeLog b/dev-ruby/nokogiri/ChangeLog index aaa9b8d1f106..87ab6e367238 100644 --- a/dev-ruby/nokogiri/ChangeLog +++ b/dev-ruby/nokogiri/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/nokogiri # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.59 2011/07/23 14:26:38 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.60 2011/08/02 16:31:57 hwoarang Exp $ + + 02 Aug 2011; Markos Chandras <hwoarang@gentoo.org> nokogiri-1.4.4-r1.ebuild: + Stable on amd64 wrt bug #348510 23 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> nokogiri-1.4.4-r1.ebuild: ppc stable wrt #348510 diff --git a/dev-ruby/nokogiri/nokogiri-1.4.4-r1.ebuild b/dev-ruby/nokogiri/nokogiri-1.4.4-r1.ebuild index eae0251b5946..48abdf6b4bef 100644 --- a/dev-ruby/nokogiri/nokogiri-1.4.4-r1.ebuild +++ b/dev-ruby/nokogiri/nokogiri-1.4.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.4.4-r1.ebuild,v 1.5 2011/07/23 14:26:38 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/nokogiri-1.4.4-r1.ebuild,v 1.6 2011/08/02 16:31:57 hwoarang 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 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" SLOT="0" IUSE="ffi" |