diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-04 09:11:56 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-04 09:11:56 +0000 |
commit | e9f5862374aea0a840e29291468bd7d86e1c34a0 (patch) | |
tree | 29de6c4618f133fc2c72b7790a3a99329d59a7b7 /dev-ruby | |
parent | Stable for amd64, wrt bug #459158 (diff) | |
download | gentoo-2-e9f5862374aea0a840e29291468bd7d86e1c34a0.tar.gz gentoo-2-e9f5862374aea0a840e29291468bd7d86e1c34a0.tar.bz2 gentoo-2-e9f5862374aea0a840e29291468bd7d86e1c34a0.zip |
Stable for amd64, wrt bug #460156
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ruby-openid/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-openid/ruby-openid-2.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/ruby-openid/ChangeLog b/dev-ruby/ruby-openid/ChangeLog index 81aafecb1459..3c8cd90c67ea 100644 --- a/dev-ruby/ruby-openid/ChangeLog +++ b/dev-ruby/ruby-openid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby-openid # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ChangeLog,v 1.30 2013/01/27 13:44:14 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ChangeLog,v 1.31 2013/03/04 09:11:56 ago Exp $ + + 04 Mar 2013; Agostino Sarubbo <ago@gentoo.org> ruby-openid-2.2.2.ebuild: + Stable for amd64, wrt bug #460156 27 Jan 2013; Hans de Graaff <graaff@gentoo.org> ruby-openid-2.2.2.ebuild: Fix tests with LANG=C and ruby19, bug 454186. diff --git a/dev-ruby/ruby-openid/ruby-openid-2.2.2.ebuild b/dev-ruby/ruby-openid/ruby-openid-2.2.2.ebuild index 63cb6d6f96cc..84bd97fae6ef 100644 --- a/dev-ruby/ruby-openid/ruby-openid-2.2.2.ebuild +++ b/dev-ruby/ruby-openid/ruby-openid-2.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ruby-openid-2.2.2.ebuild,v 1.2 2013/01/27 13:44:14 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-openid/ruby-openid-2.2.2.ebuild,v 1.3 2013/03/04 09:11:56 ago Exp $ EAPI=4 USE_RUBY="ruby18 ruby19 jruby" @@ -17,7 +17,7 @@ HOMEPAGE="http://ruby-openid.rubyforge.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-macos" +KEYWORDS="amd64 ~ppc ~x86 ~x86-macos" IUSE="test" ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )" |