diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-22 15:36:13 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-22 15:36:13 +0000 |
commit | 3956f0f729fae44741c304409ea52df666fdbcfd (patch) | |
tree | 528923e388ffa19855cbf12b92e7faf1f0adf784 /dev-ruby/polyglot/polyglot-0.3.1.ebuild | |
parent | Various cleanups. (diff) | |
download | gentoo-2-3956f0f729fae44741c304409ea52df666fdbcfd.tar.gz gentoo-2-3956f0f729fae44741c304409ea52df666fdbcfd.tar.bz2 gentoo-2-3956f0f729fae44741c304409ea52df666fdbcfd.zip |
Various cleanups.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/polyglot/polyglot-0.3.1.ebuild')
-rw-r--r-- | dev-ruby/polyglot/polyglot-0.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/polyglot/polyglot-0.3.1.ebuild b/dev-ruby/polyglot/polyglot-0.3.1.ebuild index 5c00c3813c9a..df184edf086b 100644 --- a/dev-ruby/polyglot/polyglot-0.3.1.ebuild +++ b/dev-ruby/polyglot/polyglot-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.1.ebuild,v 1.1 2010/04/01 06:47:12 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.1.ebuild,v 1.2 2010/05/22 15:36:13 flameeyes Exp $ EAPI=2 USE_RUBY="ruby18 ruby19 jruby" @@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" SLOT="0" IUSE="" -ruby_add_bdepend test virtual/ruby-test-unit +ruby_add_bdepend "test? ( virtual/ruby-test-unit )" each_ruby_test() { ${RUBY} test/test_polyglot.rb || die "tests failed" |