diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-08-10 03:52:32 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-08-10 03:52:32 +0000 |
commit | 50c0f8a5de4d57f5915ee5dbadda2d7534cbb405 (patch) | |
tree | e59cabc7a5e53a3ac2afade20b29621515815aa9 /dev-ruby | |
parent | stable x86; I tried ruby, but I didn't find any shiny rubies :( (diff) | |
download | gentoo-2-50c0f8a5de4d57f5915ee5dbadda2d7534cbb405.tar.gz gentoo-2-50c0f8a5de4d57f5915ee5dbadda2d7534cbb405.tar.bz2 gentoo-2-50c0f8a5de4d57f5915ee5dbadda2d7534cbb405.zip |
stable x86; I tried ruby, but I didn't find any shiny rubies :(
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionwebservice/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/actionwebservice-1.1.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog index a198911b0a3f..699712cfbb0d 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.44 2006/08/09 20:50:57 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.45 2006/08/10 03:52:32 tsunam Exp $ + + 10 Aug 2006; Joshua Jackson <tsunam@gentoo.org> + actionwebservice-1.1.5.ebuild: + Stable x86; security bug #143369 09 Aug 2006; Thomas Cort <tcort@gentoo.org> actionwebservice-1.1.5.ebuild: Stable on amd64. diff --git a/dev-ruby/actionwebservice/actionwebservice-1.1.5.ebuild b/dev-ruby/actionwebservice/actionwebservice-1.1.5.ebuild index 5d937ebb849d..0b52224875d6 100644 --- a/dev-ruby/actionwebservice/actionwebservice-1.1.5.ebuild +++ b/dev-ruby/actionwebservice/actionwebservice-1.1.5.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.5.ebuild,v 1.3 2006/08/09 20:50:57 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-1.1.5.ebuild,v 1.4 2006/08/10 03:52:32 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 |