diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-05-12 09:44:19 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-05-12 09:44:19 +0000 |
commit | 69216963d5b0fd62b973b5236a6e9b0a768bd88d (patch) | |
tree | deea8417ede37021f563f2289f77278743a9fbeb /dev-ruby/activeresource | |
parent | add flex build dep, thanks Diego, bug #221395 (diff) | |
download | historical-69216963d5b0fd62b973b5236a6e9b0a768bd88d.tar.gz historical-69216963d5b0fd62b973b5236a6e9b0a768bd88d.tar.bz2 historical-69216963d5b0fd62b973b5236a6e9b0a768bd88d.zip |
Stable on ppc64; bug #221309
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-ruby/activeresource')
-rw-r--r-- | dev-ruby/activeresource/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activeresource/activeresource-2.0.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/activeresource/ChangeLog b/dev-ruby/activeresource/ChangeLog index e3d46309680b..9bdeaf303971 100644 --- a/dev-ruby/activeresource/ChangeLog +++ b/dev-ruby/activeresource/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/activeresource # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.6 2008/05/11 16:58:05 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.7 2008/05/12 09:41:15 corsair Exp $ + + 12 May 2008; Markus Rothe <corsair@gentoo.org> + activeresource-2.0.2.ebuild: + Stable on ppc64; bug #221309 11 May 2008; Ferris McCormick <fmccor@gentoo.org> activeresource-2.0.2.ebuild: diff --git a/dev-ruby/activeresource/activeresource-2.0.2.ebuild b/dev-ruby/activeresource/activeresource-2.0.2.ebuild index 888f4316fb87..774e9e606b0a 100644 --- a/dev-ruby/activeresource/activeresource-2.0.2.ebuild +++ b/dev-ruby/activeresource/activeresource-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.0.2.ebuild,v 1.5 2008/05/11 16:58:05 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.0.2.ebuild,v 1.6 2008/05/12 09:41:15 corsair Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://rubyforge.org/projects/activeresource/" LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~ia64 ~ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-lang/ruby-1.8.5 |