--- ruby-openid-2.2.2.ebuild 2013-03-04 13:21:19.000000000 +0400 +++ ruby-openid-2.3.0.ebuild 2014-01-10 16:30:08.000000000 +0400 @@ -2,8 +2,8 @@ # 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.4 2013/03/04 09:21:19 ago Exp $ -EAPI=4 -USE_RUBY="ruby18 ruby19 jruby" +EAPI=5 +USE_RUBY="ruby19 jruby" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_TASK_TEST="" @@ -17,14 +17,14 @@ 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 )" all_ruby_prepare() { sed -i -e 's/127.0.0.1/localhost/' test/test_fetchers.rb || die - sed -i -e '155i :BindAddress => "localhost",' test/test_fetchers.rb || die + sed -i -e '152i :BindAddress => "localhost",' test/test_fetchers.rb || die } each_ruby_prepare() {