diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-08-07 17:42:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-08-07 17:42:34 +0000 |
commit | 5151c3eed00f5f895f180c9488bf81765873aae3 (patch) | |
tree | 401df3fea0234eccdc39dfd32727b6eaf19ab163 /dev-ruby/rack | |
parent | Stable for AMD64, wrt bug #420711 (diff) | |
download | gentoo-2-5151c3eed00f5f895f180c9488bf81765873aae3.tar.gz gentoo-2-5151c3eed00f5f895f180c9488bf81765873aae3.tar.bz2 gentoo-2-5151c3eed00f5f895f180c9488bf81765873aae3.zip |
Stable for AMD64, wrt bug #420711
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rack')
-rw-r--r-- | dev-ruby/rack/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rack/rack-1.1.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rack/ChangeLog b/dev-ruby/rack/ChangeLog index 1edce4b19d50..1ae89602ec50 100644 --- a/dev-ruby/rack/ChangeLog +++ b/dev-ruby/rack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rack # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/ChangeLog,v 1.83 2012/08/07 17:41:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/ChangeLog,v 1.84 2012/08/07 17:42:34 ago Exp $ + + 07 Aug 2012; Agostino Sarubbo <ago@gentoo.org> rack-1.1.3-r1.ebuild: + Stable for AMD64, wrt bug #420711 07 Aug 2012; Agostino Sarubbo <ago@gentoo.org> rack-1.2.5.ebuild: Stable for AMD64, wrt bug #420711 diff --git a/dev-ruby/rack/rack-1.1.3-r1.ebuild b/dev-ruby/rack/rack-1.1.3-r1.ebuild index 0a844d4fc915..63c38ea0d3e3 100644 --- a/dev-ruby/rack/rack-1.1.3-r1.ebuild +++ b/dev-ruby/rack/rack-1.1.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.1.3-r1.ebuild,v 1.3 2012/07/24 17:55:30 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.1.3-r1.ebuild,v 1.4 2012/08/07 17:42:34 ago Exp $ EAPI="2" USE_RUBY="ruby18 ree18 jruby" @@ -17,7 +17,7 @@ SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" # The gem has automagic dependencies over mongrel, ruby-openid, |