summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-22 13:36:28 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-22 13:36:28 +0000
commite4722125f0abf0cab061384baced79228d216f55 (patch)
treea735f54c7d193ebbffa37cfacb9a0c1a1d764771 /dev-ruby/json/json-1.4.3.ebuild
parentRevision bump so that ruby19 can be dropped for upcoming stabilization. (diff)
downloadgentoo-2-e4722125f0abf0cab061384baced79228d216f55.tar.gz
gentoo-2-e4722125f0abf0cab061384baced79228d216f55.tar.bz2
gentoo-2-e4722125f0abf0cab061384baced79228d216f55.zip
Cleanup old versions, use new syntax.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/json/json-1.4.3.ebuild')
-rw-r--r--dev-ruby/json/json-1.4.3.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-ruby/json/json-1.4.3.ebuild b/dev-ruby/json/json-1.4.3.ebuild
index 07a35439a116..377adf5f701e 100644
--- a/dev-ruby/json/json-1.4.3.ebuild
+++ b/dev-ruby/json/json-1.4.3.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/json/json-1.4.3.ebuild,v 1.1 2010/05/07 05:43:53 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.4.3.ebuild,v 1.2 2010/05/22 13:36:28 flameeyes Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 jruby"
@@ -20,11 +20,12 @@ KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x8
SLOT="0"
IUSE=""
-RDEPEND=""
-DEPEND="dev-util/ragel"
+RDEPEND="${RDEPEND}"
+DEPEND="${DEPEND}
+ dev-util/ragel"
-ruby_add_bdepend test virtual/ruby-test-unit
-ruby_add_bdepend dev-ruby/rake
+ruby_add_bdepend "dev-ruby/rake
+ test? ( virtual/ruby-test-unit )"
all_ruby_prepare() {
# Avoid building the extension twice!