diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-06-08 10:18:54 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-06-08 10:18:54 +0000 |
commit | 4e0f4eca547a11506ad90051b2b7b182fca127e9 (patch) | |
tree | 6d5b8936b0b31ffdeeab5ffb6dbf4732c486a097 /dev-ruby | |
parent | run eautoreconf and intltoolize too.. (diff) | |
download | gentoo-2-4e0f4eca547a11506ad90051b2b7b182fca127e9.tar.gz gentoo-2-4e0f4eca547a11506ad90051b2b7b182fca127e9.tar.bz2 gentoo-2-4e0f4eca547a11506ad90051b2b7b182fca127e9.zip |
Stable on amd64, bug #224327
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/hpricot/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/hpricot/hpricot-0.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/hpricot/ChangeLog b/dev-ruby/hpricot/ChangeLog index 33040a4d1568..645a218cef68 100644 --- a/dev-ruby/hpricot/ChangeLog +++ b/dev-ruby/hpricot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/hpricot -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.7 2007/09/13 19:55:16 maekke Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.8 2008/06/08 10:18:54 graaff Exp $ + + 08 Jun 2008; Hans de Graaff <graaff@gentoo.org> hpricot-0.6.ebuild: + Stable on amd64, bug #225327 13 Sep 2007; Markus Meier <maekke@gentoo.org> hpricot-0.5.ebuild: stable on x86, wrt bug #191586 diff --git a/dev-ruby/hpricot/hpricot-0.6.ebuild b/dev-ruby/hpricot/hpricot-0.6.ebuild index e9701ad8ffc9..34aa5e1701b2 100644 --- a/dev-ruby/hpricot/hpricot-0.6.ebuild +++ b/dev-ruby/hpricot/hpricot-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.6.ebuild,v 1.1 2007/09/07 19:55:32 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.6.ebuild,v 1.2 2008/06/08 10:18:54 graaff Exp $ inherit ruby gems @@ -12,7 +12,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" IUSE="" DEPEND="" |