diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2005-10-20 00:16:07 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2005-10-20 00:16:07 +0000 |
commit | ef6681ecf0ef21a022172a1899be5c8c738464d2 (patch) | |
tree | 5930ba569a08afd0a49521d1a5076e3441b0754e /dev-ruby/actionwebservice | |
parent | fix the LD_LIBRARY_PATH logic in make_wrapper so that it works again #109793 ... (diff) | |
download | gentoo-2-ef6681ecf0ef21a022172a1899be5c8c738464d2.tar.gz gentoo-2-ef6681ecf0ef21a022172a1899be5c8c738464d2.tar.bz2 gentoo-2-ef6681ecf0ef21a022172a1899be5c8c738464d2.zip |
Rails marked ppc
(Portage version: 1.589-cvs)
Diffstat (limited to 'dev-ruby/actionwebservice')
-rw-r--r-- | dev-ruby/actionwebservice/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/actionwebservice/actionwebservice-0.8.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/actionwebservice/ChangeLog b/dev-ruby/actionwebservice/ChangeLog index 674f79bc64a1..a50fd410b827 100644 --- a/dev-ruby/actionwebservice/ChangeLog +++ b/dev-ruby/actionwebservice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/actionwebservice # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.15 2005/10/19 21:18:46 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/ChangeLog,v 1.16 2005/10/20 00:15:33 lu_zero Exp $ + + 20 Oct 2005; Luca Barbato <lu_zero@gentoo.org> + actionwebservice-0.8.1.ebuild: + Marked ppc *actionwebservice-0.9.1 (19 Oct 2005) diff --git a/dev-ruby/actionwebservice/actionwebservice-0.8.1.ebuild b/dev-ruby/actionwebservice/actionwebservice-0.8.1.ebuild index 8853f7a1cb37..e0395015e178 100644 --- a/dev-ruby/actionwebservice/actionwebservice-0.8.1.ebuild +++ b/dev-ruby/actionwebservice/actionwebservice-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-0.8.1.ebuild,v 1.4 2005/08/01 18:49:15 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-0.8.1.ebuild,v 1.5 2005/10/20 00:15:33 lu_zero Exp $ inherit ruby gems @@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/5172/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" +KEYWORDS="~amd64 ppc ~sparc x86" IUSE="" DEPEND=">=dev-lang/ruby-1.8.2 |