diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-02-11 13:14:49 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-02-11 13:14:49 +0000 |
commit | 0e09db1a2b50ac6bc1c8b5c6a7b59b4e1fc1a8a1 (patch) | |
tree | 004253f326993226f1e5963f84e7d24ff4e59765 /dev-ruby/bluecloth | |
parent | x86 stable wrt security bug #354209 (diff) | |
download | gentoo-2-0e09db1a2b50ac6bc1c8b5c6a7b59b4e1fc1a8a1.tar.gz gentoo-2-0e09db1a2b50ac6bc1c8b5c6a7b59b4e1fc1a8a1.tar.bz2 gentoo-2-0e09db1a2b50ac6bc1c8b5c6a7b59b4e1fc1a8a1.zip |
Hoe is required even for build, so add it as general build-time dependency.
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/bluecloth')
-rw-r--r-- | dev-ruby/bluecloth/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-2.0.11.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-ruby/bluecloth/ChangeLog b/dev-ruby/bluecloth/ChangeLog index f3aa92b149a6..6166cccf690f 100644 --- a/dev-ruby/bluecloth/ChangeLog +++ b/dev-ruby/bluecloth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/bluecloth # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.40 2011/02/11 08:10:13 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.41 2011/02/11 13:14:49 flameeyes Exp $ + + 11 Feb 2011; Diego E. Pettenò <flameeyes@gentoo.org> + bluecloth-2.0.11.ebuild: + Hoe is required even for build, so add it as general build-time dependency. *bluecloth-2.0.11 (11 Feb 2011) diff --git a/dev-ruby/bluecloth/bluecloth-2.0.11.ebuild b/dev-ruby/bluecloth/bluecloth-2.0.11.ebuild index ac29426cd207..dae97bac16b6 100644 --- a/dev-ruby/bluecloth/bluecloth-2.0.11.ebuild +++ b/dev-ruby/bluecloth/bluecloth-2.0.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.11.ebuild,v 1.1 2011/02/11 08:10:13 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.0.11.ebuild,v 1.2 2011/02/11 13:14:49 flameeyes Exp $ EAPI=2 USE_RUBY="ruby18 ruby19 ree18" @@ -22,7 +22,7 @@ KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test" ruby_add_bdepend " - doc? ( dev-ruby/hoe ) + dev-ruby/hoe dev-ruby/rake-compiler test? ( >=dev-ruby/rspec-2.4:2 |