diff options
author | 2014-12-28 09:38:17 +0000 | |
---|---|---|
committer | 2014-12-28 09:38:17 +0000 | |
commit | eecabf61da9d57d67b49f2b7e7cd0d5a96671dec (patch) | |
tree | 6aa277394e156a1af90378e149e14bf0e34e0f01 /dev-ruby/adhearsion/adhearsion-1.2.6.ebuild | |
parent | New ebuild for twilio api client (diff) | |
download | gentoo-2-eecabf61da9d57d67b49f2b7e7cd0d5a96671dec.tar.gz gentoo-2-eecabf61da9d57d67b49f2b7e7cd0d5a96671dec.tar.bz2 gentoo-2-eecabf61da9d57d67b49f2b7e7cd0d5a96671dec.zip |
Use eclass rspec invocation to use the rspec-2 wrapper.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/adhearsion/adhearsion-1.2.6.ebuild')
-rw-r--r-- | dev-ruby/adhearsion/adhearsion-1.2.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/adhearsion/adhearsion-1.2.6.ebuild b/dev-ruby/adhearsion/adhearsion-1.2.6.ebuild index 65d24637c7da..190f2b0f1bad 100644 --- a/dev-ruby/adhearsion/adhearsion-1.2.6.ebuild +++ b/dev-ruby/adhearsion/adhearsion-1.2.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/adhearsion/adhearsion-1.2.6.ebuild,v 1.2 2013/08/12 02:20:41 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/adhearsion/adhearsion-1.2.6.ebuild,v 1.3 2014/12/28 09:38:17 graaff Exp $ EAPI=4 USE_RUBY="ruby19" @@ -41,7 +41,7 @@ all_ruby_prepare() { } each_ruby_test() { - SKIP_RCOV=true ${RUBY} -S rspec spec || die + SKIP_RCOV=true ruby-ng_rspec || die } all_ruby_install() { |