diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-06-07 17:14:14 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-06-07 17:14:14 +0000 |
commit | adeb28a4c1b4e195123948ff6f9902ee15988762 (patch) | |
tree | a9b4160a4149fb33581fd7e90d9a03950b4964b1 /dev-ruby/cgi_multipart_eof_fix | |
parent | Stable on sparc wrt #181110 (diff) | |
download | gentoo-2-adeb28a4c1b4e195123948ff6f9902ee15988762.tar.gz gentoo-2-adeb28a4c1b4e195123948ff6f9902ee15988762.tar.bz2 gentoo-2-adeb28a4c1b4e195123948ff6f9902ee15988762.zip |
Stable on sparc wrt #181110
(Portage version: 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="" |