diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-02-21 20:21:49 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-02-21 20:21:49 +0000 |
commit | 28c03647ff9aaa6eb43765d18f45b45cc5d4a2cb (patch) | |
tree | 75b464ff946b6a34cd3005199e7e8c918361fbb5 /dev-ruby/cgi_multipart_eof_fix | |
parent | Transition to Manifest2. (diff) | |
download | historical-28c03647ff9aaa6eb43765d18f45b45cc5d4a2cb.tar.gz historical-28c03647ff9aaa6eb43765d18f45b45cc5d4a2cb.tar.bz2 historical-28c03647ff9aaa6eb43765d18f45b45cc5d4a2cb.zip |
Stable on ppc wrt bug #166901.
Package-Manager: portage-2.1.2-r9
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 c40a7b54393c..a1938503d831 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.8 2007/02/19 22:40:38 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cgi_multipart_eof_fix/ChangeLog,v 1.9 2007/02/21 20:19:49 dertobi123 Exp $ + + 21 Feb 2007; Tobias Scherbaum <dertobi123@gentoo.org> + cgi_multipart_eof_fix-1.0.0.ebuild: + Stable on ppc wrt bug #166901. 19 Feb 2007; <malc@gentoo.org> cgi_multipart_eof_fix-1.0.0.ebuild: Stable on amd64 wrt security bug #166901 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 5768abae6e44..8a2f4ae0302c 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.8 2007/02/19 22:40:38 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cgi_multipart_eof_fix/cgi_multipart_eof_fix-1.0.0.ebuild,v 1.9 2007/02/21 20:19:49 dertobi123 Exp $ inherit ruby gems @@ -13,5 +13,5 @@ SRC_URI="http://mongrel.rubyforge.org/releases/gems/${P}.gem" LICENSE="Ruby" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="" |