diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-12-14 09:10:53 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-12-14 09:10:53 +0000 |
commit | 206cc085f11084dbda30339ceb8322deb53ed56f (patch) | |
tree | 715b0399c129559d8403616edd6ef41b23f345cd /dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild | |
parent | Mask www-client/chromium dev channel release. (diff) | |
download | gentoo-2-206cc085f11084dbda30339ceb8322deb53ed56f.tar.gz gentoo-2-206cc085f11084dbda30339ceb8322deb53ed56f.tar.bz2 gentoo-2-206cc085f11084dbda30339ceb8322deb53ed56f.zip |
Test dependencies are only needed with USE=test.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild')
-rw-r--r-- | dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild b/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild index f1fc1bfc09ed..3455eb85c5e2 100644 --- a/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild +++ b/dev-ruby/prawn-security/prawn-security-0.8.4-r1.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/prawn-security/prawn-security-0.8.4-r1.ebuild,v 1.1 2010/09/24 15:03:42 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-security/prawn-security-0.8.4-r1.ebuild,v 1.2 2010/12/14 09:10:53 graaff Exp $ EAPI=2 USE_RUBY="ruby18 ree18 jruby" @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="examples" -ruby_add_bdepend "dev-ruby/test-spec dev-ruby/mocha" +ruby_add_bdepend "test? ( dev-ruby/test-spec dev-ruby/mocha )" ruby_add_rdepend ">=dev-ruby/prawn-core-${PV}" |