diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-09-09 17:14:44 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-09-09 17:14:44 +0000 |
commit | 5f71639eb5effdc3dec91e6ccb0af2b4f3f8284b (patch) | |
tree | baa048c511db576fb0757bbe95d6d5d7ca40bea7 /dev-ruby/hpricot | |
parent | x86 stable, bug 190900 (diff) | |
download | gentoo-2-5f71639eb5effdc3dec91e6ccb0af2b4f3f8284b.tar.gz gentoo-2-5f71639eb5effdc3dec91e6ccb0af2b4f3f8284b.tar.bz2 gentoo-2-5f71639eb5effdc3dec91e6ccb0af2b4f3f8284b.zip |
Stable on amd64 wrt bug #191586
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-ruby/hpricot')
-rw-r--r-- | dev-ruby/hpricot/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/hpricot/hpricot-0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/hpricot/ChangeLog b/dev-ruby/hpricot/ChangeLog index f669c6196b93..f8f2436f4d5d 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.5 2007/09/07 19:55:32 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.6 2007/09/09 17:14:44 angelos Exp $ + + 09 Sep 2007; Christoph Mende <angelos@gentoo.org> hpricot-0.5.ebuild: + Stable on amd64 wrt bug #191586 *hpricot-0.6 (07 Sep 2007) diff --git a/dev-ruby/hpricot/hpricot-0.5.ebuild b/dev-ruby/hpricot/hpricot-0.5.ebuild index ab9bbfcbbae7..70d1653a7dfe 100644 --- a/dev-ruby/hpricot/hpricot-0.5.ebuild +++ b/dev-ruby/hpricot/hpricot-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.5.ebuild,v 1.3 2007/04/13 21:20:16 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.5.ebuild,v 1.4 2007/09/09 17:14:44 angelos 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="" |