diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-10-06 14:08:35 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-10-06 14:08:35 +0000 |
commit | 3c2e84632a6bcf549feefc4679b4c0b9b2b62458 (patch) | |
tree | 21382d1d661909d5d449372086bfb90fca3d3ff7 /dev-ruby/actionwebservice | |
parent | ppc stable, bug #177209 (diff) | |
download | gentoo-2-3c2e84632a6bcf549feefc4679b4c0b9b2b62458.tar.gz gentoo-2-3c2e84632a6bcf549feefc4679b4c0b9b2b62458.tar.bz2 gentoo-2-3c2e84632a6bcf549feefc4679b4c0b9b2b62458.zip |
ppc stable, bug #177209
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-ruby/actionwebservice')
-rw-r--r-- | dev-ruby/actionwebservice/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/actionwebservice-1.2.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog index 2a6621b4da96..77fb6b5b7b3e 100644 --- a/dev-ruby/actionwebservice/ChangeLog +++ b/dev-ruby/actionwebservice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/actionwebservice # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.54 2007/10/05 21:30:52 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.55 2007/10/06 14:08:35 dertobi123 Exp $ + + 06 Oct 2007; Tobias Scherbaum <dertobi123@gentoo.org> + actionwebservice-1.2.3.ebuild: + ppc stable, bug #177209 05 Oct 2007; Ferris McCormick <fmccor@gentoo.org> actionwebservice-1.2.3.ebuild: diff --git a/dev-ruby/actionwebservice/actionwebservice-1.2.3.ebuild b/dev-ruby/actionwebservice/actionwebservice-1.2.3.ebuild index c7f1e1350e82..558ff4349ae7 100644 --- a/dev-ruby/actionwebservice/actionwebservice-1.2.3.ebuild +++ b/dev-ruby/actionwebservice/actionwebservice-1.2.3.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/actionwebservice/actionwebservice-1.2.3.ebuild,v 1.2 2007/10/05 21:30:52 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-1.2.3.ebuild,v 1.3 2007/10/06 14:08:35 dertobi123 Exp $ inherit ruby gems @@ -11,7 +11,7 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="1.2" -KEYWORDS="~amd64 ~ia64 ~ppc sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ppc sparc ~x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-lang/ruby-1.8.5 |