diff options
author | 2011-02-20 11:54:36 +0000 | |
---|---|---|
committer | 2011-02-20 11:54:36 +0000 | |
commit | 1633b9a20da8680133a84538e2c5824979b3db67 (patch) | |
tree | 69bbff0720e9de3e1781a40e580d5a09372cfb0e /x11-libs | |
parent | Remove sys-apps/hal depend wrt #355165. (diff) | |
download | gentoo-2-1633b9a20da8680133a84538e2c5824979b3db67.tar.gz gentoo-2-1633b9a20da8680133a84538e2c5824979b3db67.tar.bz2 gentoo-2-1633b9a20da8680133a84538e2c5824979b3db67.zip |
Dont build documentation at the moment. It is broken upstream. Bug #355569
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libfm/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild | 6 | ||||
-rw-r--r-- | x11-libs/libfm/libfm-9999.ebuild | 6 |
3 files changed, 13 insertions, 5 deletions
diff --git a/x11-libs/libfm/ChangeLog b/x11-libs/libfm/ChangeLog index cbc02e862c20..2e844b15c3b4 100644 --- a/x11-libs/libfm/ChangeLog +++ b/x11-libs/libfm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libfm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.32 2011/02/19 23:23:44 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.33 2011/02/20 11:54:36 hwoarang Exp $ + + 20 Feb 2011; Markos Chandras <hwoarang@gentoo.org> + libfm-0.1.15_pre20110216.ebuild, libfm-9999.ebuild: + Dont build documentation at the moment. It is broken upstream. Bug #355569 19 Feb 2011; Markos Chandras <hwoarang@gentoo.org> libfm-0.1.15_pre20110216.ebuild, libfm-9999.ebuild: diff --git a/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild b/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild index 41096c867609..4fb1e6788337 100644 --- a/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild +++ b/x11-libs/libfm/libfm-0.1.15_pre20110216.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/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild,v 1.2 2011/02/19 23:23:44 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-0.1.15_pre20110216.ebuild,v 1.3 2011/02/20 11:54:36 hwoarang Exp $ EAPI=2 @@ -59,7 +59,9 @@ src_configure() { $(use_enable udev udisks) \ $(use_enable examples demo) \ $(use_enable debug) \ - $(use_enable doc gtk_doc) \ + # Documentation fails to build at the moment + # $(use_enable doc gtk-doc) \ + # $(use_enable doc gtk-doc-html) \ --with-html-dir=/usr/share/doc/${PF}/html } diff --git a/x11-libs/libfm/libfm-9999.ebuild b/x11-libs/libfm/libfm-9999.ebuild index 19fe0e36d3d3..cc336072c0a7 100644 --- a/x11-libs/libfm/libfm-9999.ebuild +++ b/x11-libs/libfm/libfm-9999.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/x11-libs/libfm/libfm-9999.ebuild,v 1.11 2011/02/19 23:23:44 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.12 2011/02/20 11:54:36 hwoarang Exp $ EAPI=2 @@ -59,7 +59,9 @@ src_configure() { $(use_enable udev udisks) \ $(use_enable examples demo) \ $(use_enable debug) \ - $(use_enable doc gtk_doc) \ + # Documentation fails to build at the moment + # $(use_enable doc gtk-doc) \ + # $(use_enable doc gtk-doc-html) \ --with-html-dir=/usr/share/doc/${PF}/html } |