diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-05-16 05:06:46 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-05-16 05:06:46 +0000 |
commit | cd3f3c356adbec88c6d30309c07c8f3d40e22e0f (patch) | |
tree | 79c0a68c7940f179c52d7e19a9558fd4ec287a03 /dev-ruby/actionwebservice | |
parent | x86 stable; don't land on the rails wrong, it hurts (diff) | |
download | historical-cd3f3c356adbec88c6d30309c07c8f3d40e22e0f.tar.gz historical-cd3f3c356adbec88c6d30309c07c8f3d40e22e0f.tar.bz2 historical-cd3f3c356adbec88c6d30309c07c8f3d40e22e0f.zip |
x86 stable; the web requires action?
Package-Manager: portage-2.1_rc1-r2
Diffstat (limited to 'dev-ruby/actionwebservice')
-rw-r--r-- | dev-ruby/actionwebservice/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/actionwebservice-1.1.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog index 7a20c6f765bc..c469c35240c4 100644 --- a/dev-ruby/actionwebservice/ChangeLog +++ b/dev-ruby/actionwebservice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/actionwebservice # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.31 2006/05/11 13:09:29 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.32 2006/05/16 05:06:46 tsunam Exp $ + + 16 May 2006; Joshua Jackson <tsunam@gentoo.org> + actionwebservice-1.1.2.ebuild: + Stable on x86; Rails Requirement bug #133003 11 May 2006; Ferris McCormick <fmccor@gentoo.org> actionwebservice-1.1.2.ebuild: diff --git a/dev-ruby/actionwebservice/actionwebservice-1.1.2.ebuild b/dev-ruby/actionwebservice/actionwebservice-1.1.2.ebuild index 21747b74d7be..d245cfcb7ba8 100644 --- a/dev-ruby/actionwebservice/actionwebservice-1.1.2.ebuild +++ b/dev-ruby/actionwebservice/actionwebservice-1.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-1.1.2.ebuild,v 1.3 2006/05/11 13:09:29 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-1.1.2.ebuild,v 1.4 2006/05/16 05:06:46 tsunam Exp $ inherit ruby gems @@ -13,7 +13,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="1.1" -KEYWORDS="~amd64 ~ia64 ~ppc sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc sparc x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-lang/ruby-1.8.2 |