diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-08-01 18:33:47 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-08-01 18:33:47 +0000 |
commit | 4aafa86c9ae015d0927137304db08bebb8b2dec3 (patch) | |
tree | 3bcdeebf51852b4fc41010d8c29581fae76d176d /dev-ruby/text-hyphen/text-hyphen-1.0.0-r1.ebuild | |
parent | Update to new syntax. (diff) | |
download | historical-4aafa86c9ae015d0927137304db08bebb8b2dec3.tar.gz historical-4aafa86c9ae015d0927137304db08bebb8b2dec3.tar.bz2 historical-4aafa86c9ae015d0927137304db08bebb8b2dec3.zip |
Move non-ruby18 support to a new revision to mark one stable. Update to new syntax.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/text-hyphen/text-hyphen-1.0.0-r1.ebuild')
-rw-r--r-- | dev-ruby/text-hyphen/text-hyphen-1.0.0-r1.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/text-hyphen/text-hyphen-1.0.0-r1.ebuild b/dev-ruby/text-hyphen/text-hyphen-1.0.0-r1.ebuild index b988de183b3a..2b8771afccc2 100644 --- a/dev-ruby/text-hyphen/text-hyphen-1.0.0-r1.ebuild +++ b/dev-ruby/text-hyphen/text-hyphen-1.0.0-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.0.0-r1.ebuild,v 1.7 2010/05/22 22:43:18 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.0.0-r1.ebuild,v 1.8 2010/08/01 18:33:47 flameeyes Exp $ EAPI=2 -USE_RUBY="ruby18 ree18 ruby19 jruby" +USE_RUBY="ruby18" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README Changelog" @@ -19,7 +19,11 @@ SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris" IUSE="" -ruby_add_bdepend test "dev-ruby/archive-tar-minitar virtual/ruby-test-unit" +ruby_add_bdepend " + test? ( + dev-ruby/archive-tar-minitar + virtual/ruby-test-unit + )" all_ruby_prepare() { # Fix rakefile for new rake versions |