diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-08-14 03:23:50 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-08-14 03:23:50 +0000 |
commit | 72565827645b54e0a8d40bf2e248e39a78ef19c1 (patch) | |
tree | 61eb7ba548e5928ba9e58aac84acc4fec57f486e /dev-ruby/diff-lcs | |
parent | Port to rspec helper for testing. (diff) | |
download | gentoo-2-72565827645b54e0a8d40bf2e248e39a78ef19c1.tar.gz gentoo-2-72565827645b54e0a8d40bf2e248e39a78ef19c1.tar.bz2 gentoo-2-72565827645b54e0a8d40bf2e248e39a78ef19c1.zip |
Fix dependencies: hoe is needed for USE=doc, but no longer for USE=test.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/diff-lcs')
-rw-r--r-- | dev-ruby/diff-lcs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/diff-lcs/ChangeLog b/dev-ruby/diff-lcs/ChangeLog index 320dcce8aff9..7763aeef684f 100644 --- a/dev-ruby/diff-lcs/ChangeLog +++ b/dev-ruby/diff-lcs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/diff-lcs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.39 2012/08/12 20:45:09 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/ChangeLog,v 1.40 2012/08/14 03:23:50 flameeyes Exp $ + + 14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> diff-lcs-1.1.3.ebuild: + Fix dependencies: hoe is needed for USE=doc, but no longer for USE=test. 12 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> diff-lcs-1.1.3.ebuild: Bump to EAPI 4 and use the new rspec recipe for testing instead of rake. diff --git a/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild b/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild index b8d505d3c0ef..a267729b1aa4 100644 --- a/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild +++ b/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.8 2012/08/12 20:45:09 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.1.3.ebuild,v 1.9 2012/08/14 03:23:50 flameeyes Exp $ EAPI=4 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -21,7 +21,7 @@ SLOT="0" KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.10 dev-ruby/rspec:2 )" +ruby_add_bdepend "doc? ( >=dev-ruby/hoe-2.10 )" all_ruby_prepare() { # Remove unneeded rspec require to avoid rspec with USE=doc. |