diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-08-14 19:01:52 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-08-14 19:01:52 +0000 |
commit | 7940180259f5f9acab8b4cb47edfcfefbdd80eac (patch) | |
tree | 76d86a55dd685636f2f3928d62aeda00f25a9c04 /dev-ruby/libxml | |
parent | Update the versions to have something recent that the build tests are done ag... (diff) | |
download | gentoo-2-7940180259f5f9acab8b4cb47edfcfefbdd80eac.tar.gz gentoo-2-7940180259f5f9acab8b4cb47edfcfefbdd80eac.tar.bz2 gentoo-2-7940180259f5f9acab8b4cb47edfcfefbdd80eac.zip |
Add missing rdoc dependency, fixes bug 379171.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/libxml')
-rw-r--r-- | dev-ruby/libxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/libxml/libxml-2.2.0.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-ruby/libxml/ChangeLog b/dev-ruby/libxml/ChangeLog index bdcefeb02a31..e8eca1bfefd5 100644 --- a/dev-ruby/libxml/ChangeLog +++ b/dev-ruby/libxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/libxml # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.48 2011/08/10 04:59:14 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/ChangeLog,v 1.49 2011/08/14 19:01:52 graaff Exp $ + + 14 Aug 2011; Hans de Graaff <graaff@gentoo.org> libxml-2.2.0.ebuild: + Add missing rdoc dependency, fixes bug 379171. *libxml-2.2.0 (10 Aug 2011) diff --git a/dev-ruby/libxml/libxml-2.2.0.ebuild b/dev-ruby/libxml/libxml-2.2.0.ebuild index cf99b8074711..435e38644d37 100644 --- a/dev-ruby/libxml/libxml-2.2.0.ebuild +++ b/dev-ruby/libxml/libxml-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.2.0.ebuild,v 1.1 2011/08/10 04:59:14 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/libxml/libxml-2.2.0.ebuild,v 1.2 2011/08/14 19:01:52 graaff Exp $ EAPI=2 @@ -26,6 +26,8 @@ IUSE="" RDEPEND="${RDEPEND} dev-libs/libxml2" DEPEND="${DEPEND} dev-libs/libxml2" +ruby_add_bdepend "doc? ( dev-ruby/rdoc )" + all_ruby_prepare() { # Remove grancher tasks only needed for publishing the website sed -i -e '/grancher/d' -e '/Grancher/,$d' Rakefile || die |