diff options
author | Lars Weiler <pylon@gentoo.org> | 2006-07-03 14:36:37 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2006-07-03 14:36:37 +0000 |
commit | 1bc95bba71424146c002e7395af8bd6988ea4e2b (patch) | |
tree | 09b3e5bbd832285da237bf0eaabc8ec6bb83535f /dev-ruby | |
parent | Added mask for <tomcat-5.5 (diff) | |
download | gentoo-2-1bc95bba71424146c002e7395af8bd6988ea4e2b.tar.gz gentoo-2-1bc95bba71424146c002e7395af8bd6988ea4e2b.tar.bz2 gentoo-2-1bc95bba71424146c002e7395af8bd6988ea4e2b.zip |
Stable on ppc; security bug #138323.
(Portage version: 2.1.1_pre2-r1)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionwebservice/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/actionwebservice-1.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog index b4345e3233be..22c075f02d93 100644 --- a/dev-ruby/actionwebservice/ChangeLog +++ b/dev-ruby/actionwebservice/ChangeLog @@ -1,6 +1,9 @@ # 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.36 2006/07/03 11:47:01 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.37 2006/07/03 14:36:37 pylon Exp $ + + 03 Jul 2006; Lars Weiler <pylon@gentoo.org> actionwebservice-1.1.4.ebuild: + Stable on ppc; security bug #138323. *actionwebservice-1.1.4 (03 Jul 2006) diff --git a/dev-ruby/actionwebservice/actionwebservice-1.1.4.ebuild b/dev-ruby/actionwebservice/actionwebservice-1.1.4.ebuild index 5650c17d65db..347f3136d6d8 100644 --- a/dev-ruby/actionwebservice/actionwebservice-1.1.4.ebuild +++ b/dev-ruby/actionwebservice/actionwebservice-1.1.4.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.4.ebuild,v 1.1 2006/07/03 11:47:01 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-1.1.4.ebuild,v 1.2 2006/07/03 14:36:37 pylon 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 |