diff options
author | Peter Volkov <pva@gentoo.org> | 2011-09-12 10:41:42 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2011-09-12 10:41:42 +0000 |
commit | 72cd38f77ad2ffe04e36ab714f52a3b59513c953 (patch) | |
tree | 50526526593f93dd2f81edfcd7e0627adc331593 /dev-vcs/monotone | |
parent | Only run xdg-user-dirs-update under Gnome to prevent conflicts with XFCE, bug... (diff) | |
download | gentoo-2-72cd38f77ad2ffe04e36ab714f52a3b59513c953.tar.gz gentoo-2-72cd38f77ad2ffe04e36ab714f52a3b59513c953.tar.bz2 gentoo-2-72cd38f77ad2ffe04e36ab714f52a3b59513c953.zip |
Fixed build with USE=doc, bug #380257 wrt Juergen Rose
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/monotone')
-rw-r--r-- | dev-vcs/monotone/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/monotone/monotone-1.0-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-vcs/monotone/ChangeLog b/dev-vcs/monotone/ChangeLog index c8134c227579..3e58cb89f257 100644 --- a/dev-vcs/monotone/ChangeLog +++ b/dev-vcs/monotone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/monotone # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/ChangeLog,v 1.19 2011/09/11 11:26:01 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/ChangeLog,v 1.20 2011/09/12 10:41:42 pva Exp $ + + 12 Sep 2011; Peter Volkov <pva@gentoo.org> monotone-1.0-r1.ebuild: + Fixed build with USE=doc, bug #380257 wrt Juergen Rose *monotone-1.0-r1 (11 Sep 2011) diff --git a/dev-vcs/monotone/monotone-1.0-r1.ebuild b/dev-vcs/monotone/monotone-1.0-r1.ebuild index b9fb55286580..e3e2c6bf4ea3 100644 --- a/dev-vcs/monotone/monotone-1.0-r1.ebuild +++ b/dev-vcs/monotone/monotone-1.0-r1.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-vcs/monotone/monotone-1.0-r1.ebuild,v 1.1 2011/09/11 11:26:01 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/monotone/monotone-1.0-r1.ebuild,v 1.2 2011/09/12 10:41:42 pva Exp $ # QA failiures reported in https://code.monotone.ca/p/monotone/issues/181/ EAPI="4" @@ -73,8 +73,8 @@ src_install() { newbashcomp extra/shell/monotone.bash_completion ${PN} if use doc; then - dohtml -r html/* - dohtml -r figures + dohtml -r doc/html/* + dohtml -r doc/figures fi dodoc AUTHORS NEWS README* UPGRADE |