net-libs/loudmouth: properly get rid of gtk-doc dep
authorAndrey Utkin <andrey_utkin@gentoo.org>
Wed, 22 Aug 2018 17:25:29 +0000 (18:25 +0100)
committerAndrey Utkin <andrey_utkin@gentoo.org>
Wed, 22 Aug 2018 17:26:07 +0000 (18:26 +0100)
Terribly sorry for not testing my changes thoroughly.

Fixes: b913bf8ca79a ("net-libs/loudmouth: drop unused doc building deps")
Package-Manager: Portage-2.3.40, Repoman-2.3.9

net-libs/loudmouth/files/loudmouth-1.5.3-skip-gtk-doc.patch [new file with mode: 0644]
net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild

diff --git a/net-libs/loudmouth/files/loudmouth-1.5.3-skip-gtk-doc.patch b/net-libs/loudmouth/files/loudmouth-1.5.3-skip-gtk-doc.patch
new file mode 100644 (file)
index 0000000..097447c
--- /dev/null
@@ -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 +=
index d611065e734fac9ce467288738d502bc742ab770..6f91b5632614f4b3aa3595f80fdb0ad001f01885 100644 (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