Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 404495 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/dev-util/gtk-doc/gtk-doc-1.18.ebuild (-1 / +5 lines)
Lines 7-13 Link Here
7
GNOME_TARBALL_SUFFIX="xz"
7
GNOME_TARBALL_SUFFIX="xz"
8
PYTHON_DEPEND="2"
8
PYTHON_DEPEND="2"
9
9
10
inherit eutils elisp-common gnome2 python
10
inherit eutils elisp-common gnome2 python autotools
11
11
12
DESCRIPTION="GTK+ Documentation Generator"
12
DESCRIPTION="GTK+ Documentation Generator"
13
HOMEPAGE="http://www.gtk.org/gtk-doc/"
13
HOMEPAGE="http://www.gtk.org/gtk-doc/"
Lines 60-65 Link Here
60
60
61
	# Remove global Emacs keybindings.
61
	# Remove global Emacs keybindings.
62
	epatch "${FILESDIR}/${PN}-1.8-emacs-keybindings.patch"
62
	epatch "${FILESDIR}/${PN}-1.8-emacs-keybindings.patch"
63
64
	# Bug #404495
65
	epatch "${FILESDIR}/${PN}-1.18-no-automagic-pdfgen.patch"
66
	eautoreconf
63
}
67
}
64
68
65
src_compile() {
69
src_compile() {

Return to bug 404495