tdev-util/gtk-doc: Add autotools eclass. - parlay - yet another gentoo overlay HTML git clone https://git.parazyd.org/parlay DIR Log DIR Files DIR Refs DIR README --- DIR commit 9c188cc7c1e9ff97e455109c083aa5af8db7da78 DIR parent 26658a1fe1e8dce3fdb7afe0c554f5f2b06fb3df HTML Author: parazyd <parazyd@dyne.org> Date: Tue, 10 Nov 2020 02:21:28 +0100 dev-util/gtk-doc: Add autotools eclass. Diffstat: M dev-util/gtk-doc/gtk-doc-1.33.0.eb… | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/dev-util/gtk-doc/gtk-doc-1.33.0.ebuild b/dev-util/gtk-doc/gtk-doc-1.33.0.ebuild t@@ -4,7 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python3_{6,7} ) -inherit eutils elisp-common gnome2 python-single-r1 readme.gentoo-r1 +inherit autotools eutils elisp-common gnome2 python-single-r1 readme.gentoo-r1 DESCRIPTION="GTK+ Documentation Generator" HOMEPAGE="https://www.gtk.org/gtk-doc/"