diff options
author | Peter Weller <welp@gentoo.org> | 2008-01-22 10:14:52 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2008-01-22 10:14:52 +0000 |
commit | 6129d3d1fcdf1cad7b85ed5cf4e8ad8312035419 (patch) | |
tree | 40f253f8d09ba59cb473f6c0623b0fdfb70d6071 /dev-ruby/cgi_multipart_eof_fix | |
parent | Support slotted qca, bug#129536, many QA issues. (diff) | |
download | historical-6129d3d1fcdf1cad7b85ed5cf4e8ad8312035419.tar.gz historical-6129d3d1fcdf1cad7b85ed5cf4e8ad8312035419.tar.bz2 historical-6129d3d1fcdf1cad7b85ed5cf4e8ad8312035419.zip |
Stable on amd64; bug 204321
Package-Manager: portage-2.1.3.19
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.5.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 123b6e1ed9c2..fd84e498879a 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cgi_multipart_eof_fix/ChangeLog,v 1.23 2008/01/15 15:30:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cgi_multipart_eof_fix/ChangeLog,v 1.24 2008/01/22 10:14:52 welp Exp $ + + 22 Jan 2008; Peter Weller <welp@gentoo.org> + cgi_multipart_eof_fix-2.5.0.ebuild: + Stable on amd64; bug 204321 15 Jan 2008; Raúl Porcel <armin76@gentoo.org> cgi_multipart_eof_fix-2.5.0.ebuild: diff --git a/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-2.5.0.ebuild b/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-2.5.0.ebuild index 8fff70acd9e1..783143699565 100644 --- a/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-2.5.0.ebuild +++ b/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-2.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.5.0.ebuild,v 1.5 2008/01/15 15:30:51 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-2.5.0.ebuild,v 1.6 2008/01/22 10:14:52 welp Exp $ inherit ruby gems @@ -10,5 +10,5 @@ HOMEPAGE="http://rubyforge.org/projects/mongrel/" LICENSE="Ruby" SLOT="0" -KEYWORDS="~amd64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" |