summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2007-02-01 06:54:12 +0000
committerMarkus Rothe <corsair@gentoo.org>2007-02-01 06:54:12 +0000
commit2b4902c053f96919780c7f49b1e117012868f24b (patch)
tree8053bf5792d541559e744651c36f48530d02569f /dev-ruby
parentVersion bump, remove broken ~ppc64 keyword. (diff)
downloadgentoo-2-2b4902c053f96919780c7f49b1e117012868f24b.tar.gz
gentoo-2-2b4902c053f96919780c7f49b1e117012868f24b.tar.bz2
gentoo-2-2b4902c053f96919780c7f49b1e117012868f24b.zip
Added ~ppc64; bug #164242
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/cgi_multipart_eof_fix/ChangeLog6
-rw-r--r--dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-1.0.0.ebuild4
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 de368490d164..dd112dbf4739 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.3 2007/01/30 18:27:36 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cgi_multipart_eof_fix/ChangeLog,v 1.4 2007/02/01 06:54:12 corsair Exp $
+
+ 01 Feb 2007; Markus Rothe <corsair@gentoo.org>
+ cgi_multipart_eof_fix-1.0.0.ebuild:
+ Added ~ppc64; bug #164242
30 Jan 2007; Gustavo Zacarias <gustavoz@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 98dc1b4d8ecf..e7179adbfd80 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.3 2007/01/30 18:27:36 gustavoz Exp $
+# $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 $
inherit ruby gems
@@ -13,5 +13,5 @@ SRC_URI="http://mongrel.rubyforge.org/releases/gems/${P}.gem"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""