net-libs/loudmouth: properly get rid of gtk-doc dep

Terribly sorry for not testing my changes thoroughly.

Fixes: b913bf8ca7 ("net-libs/loudmouth: drop unused doc building deps")
Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Andrey Utkin
2018-08-22 18:25:29 +01:00
parent 5b0f72d0b1
commit 9c7bcd7457
2 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
--- a/docs/reference/Makefile.am 2018-08-22 18:11:17.138111534 +0100
+++ b/docs/reference/Makefile.am 2018-08-22 18:11:23.105118175 +0100
@@ -80,9 +80,6 @@
$(top_builddir)/loudmouth/libloudmouth.la
-# This includes the standard gtk-doc make rules, copied by gtkdocize.
-include $(top_srcdir)/gtk-doc.make
-
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
EXTRA_DIST +=

View File

@@ -29,7 +29,10 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
"
PATCHES=( "${FILESDIR}"/${P}-gcc7.patch )
PATCHES=(
"${FILESDIR}"/${P}-gcc7.patch
"${FILESDIR}"/${P}-skip-gtk-doc.patch
)
src_prepare() {
default