diff options
author | 2007-02-04 18:37:32 +0000 | |
---|---|---|
committer | 2007-02-04 18:37:32 +0000 | |
commit | 1b20d21ba4ff94af1bbfdc79c088ce668ee25150 (patch) | |
tree | e553e10fd2e5b9dfa4e76c0e9db32b4c31e995b6 /dev-ruby/cgi_multipart_eof_fix | |
parent | amd64 stable, bug 163249 (diff) | |
download | historical-1b20d21ba4ff94af1bbfdc79c088ce668ee25150.tar.gz historical-1b20d21ba4ff94af1bbfdc79c088ce668ee25150.tar.bz2 historical-1b20d21ba4ff94af1bbfdc79c088ce668ee25150.zip |
add ~ppc for bug #164242
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'dev-ruby/cgi_multipart_eof_fix')
-rw-r--r-- | dev-ruby/cgi_multipart_eof_fix/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-1.0.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/cgi_multipart_eof_fix/ChangeLog b/dev-ruby/cgi_multipart_eof_fix/ChangeLog index dd112dbf4739..ae77293109a1 100644 --- a/dev-ruby/cgi_multipart_eof_fix/ChangeLog +++ b/dev-ruby/cgi_multipart_eof_fix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/cgi_multipart_eof_fix # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cgi_multipart_eof_fix/ChangeLog,v 1.4 2007/02/01 06:54:12 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cgi_multipart_eof_fix/ChangeLog,v 1.5 2007/02/04 18:33:03 mabi Exp $ + + 04 Feb 2007; Matti Bickel <mabi@gentoo.org> + cgi_multipart_eof_fix-1.0.0.ebuild: + add ~ppc for bug #164242 01 Feb 2007; Markus Rothe <corsair@gentoo.org> cgi_multipart_eof_fix-1.0.0.ebuild: diff --git a/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-1.0.0.ebuild b/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-1.0.0.ebuild index e7179adbfd80..e46d2df422b3 100644 --- a/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-1.0.0.ebuild +++ b/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-1.0.0.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/cgi_multipart_eof_fix/cgi_multipart_eof_fix-1.0.0.ebuild,v 1.4 2007/02/01 06:54:12 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-1.0.0.ebuild,v 1.5 2007/02/04 18:33:03 mabi Exp $ inherit ruby gems @@ -13,5 +13,5 @@ SRC_URI="http://mongrel.rubyforge.org/releases/gems/${P}.gem" LICENSE="Ruby" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" |