diff options
author | Malcolm Lashley <malc@gentoo.org> | 2007-02-19 22:42:13 +0000 |
---|---|---|
committer | Malcolm Lashley <malc@gentoo.org> | 2007-02-19 22:42:13 +0000 |
commit | 6542113e719625651ed1b07c3fa3badcdb74f473 (patch) | |
tree | 81eb7c4cf2ec2f2192a48712a8b59710cfe4a090 /dev-ruby/gem_plugin | |
parent | security cleanup bug 164200 (diff) | |
download | historical-6542113e719625651ed1b07c3fa3badcdb74f473.tar.gz historical-6542113e719625651ed1b07c3fa3badcdb74f473.tar.bz2 historical-6542113e719625651ed1b07c3fa3badcdb74f473.zip |
Stable on amd64 wrt security bug #166901
Package-Manager: portage-2.1.2-r9
Diffstat (limited to 'dev-ruby/gem_plugin')
-rw-r--r-- | dev-ruby/gem_plugin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/gem_plugin/gem_plugin-0.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/gem_plugin/ChangeLog b/dev-ruby/gem_plugin/ChangeLog index 79111ba830fc..f83df5d9180e 100644 --- a/dev-ruby/gem_plugin/ChangeLog +++ b/dev-ruby/gem_plugin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/gem_plugin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gem_plugin/ChangeLog,v 1.7 2007/02/15 18:07:06 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gem_plugin/ChangeLog,v 1.8 2007/02/19 22:41:45 malc Exp $ + + 19 Feb 2007; <malc@gentoo.org> gem_plugin-0.2.2.ebuild: + Stable on amd64 wrt security bug #166901 15 Feb 2007; Gustavo Zacarias <gustavoz@gentoo.org> gem_plugin-0.2.2.ebuild: diff --git a/dev-ruby/gem_plugin/gem_plugin-0.2.2.ebuild b/dev-ruby/gem_plugin/gem_plugin-0.2.2.ebuild index c9610f60050e..00a7b9104152 100644 --- a/dev-ruby/gem_plugin/gem_plugin-0.2.2.ebuild +++ b/dev-ruby/gem_plugin/gem_plugin-0.2.2.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/gem_plugin/gem_plugin-0.2.2.ebuild,v 1.7 2007/02/15 18:07:06 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gem_plugin/gem_plugin-0.2.2.ebuild,v 1.8 2007/02/19 22:41:45 malc Exp $ inherit ruby gems @@ -12,7 +12,7 @@ SRC_URI="http://mongrel.rubyforge.org/releases/gems/${P}.gem" LICENSE="mongrel" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-ruby/rake-0.7" |