diff options
author | 2007-06-07 17:15:30 +0000 | |
---|---|---|
committer | 2007-06-07 17:15:30 +0000 | |
commit | 9ebc78f139b85a3cd5bca47582ccf21f4f7ebb7c (patch) | |
tree | 53ae2149c875c622680440ac4fa12cc2adb6d9c4 /dev-ruby/cgi_multipart_eof_fix | |
parent | Stable on sparc wrt #181110 (diff) | |
download | historical-9ebc78f139b85a3cd5bca47582ccf21f4f7ebb7c.tar.gz historical-9ebc78f139b85a3cd5bca47582ccf21f4f7ebb7c.tar.bz2 historical-9ebc78f139b85a3cd5bca47582ccf21f4f7ebb7c.zip |
Stable on sparc wrt #181110
Package-Manager: portage-2.1.2.7
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-2.1.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 608339c09516..dd65c1fdb530 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.14 2007/06/07 16:31:18 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cgi_multipart_eof_fix/ChangeLog,v 1.15 2007/06/07 17:14:14 gustavoz Exp $ + + 07 Jun 2007; Gustavo Zacarias <gustavoz@gentoo.org> + cgi_multipart_eof_fix-2.1.ebuild: + Stable on sparc wrt #181110 07 Jun 2007; Markus Rothe <corsair@gentoo.org> cgi_multipart_eof_fix-2.1.ebuild: diff --git a/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-2.1.ebuild b/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-2.1.ebuild index a3df96c9bf39..e8180f5a89d5 100644 --- a/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-2.1.ebuild +++ b/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-2.1.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-2.1.ebuild,v 1.3 2007/06/07 16:31:18 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-2.1.ebuild,v 1.4 2007/06/07 17:14:14 gustavoz Exp $ inherit ruby gems @@ -12,5 +12,5 @@ SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="Ruby" SLOT="0" -KEYWORDS="~amd64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ppc64 sparc ~x86 ~x86-fbsd" IUSE="" |