summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Utkin <andrey_utkin@gentoo.org>2018-08-22 18:25:29 +0100
committerAndrey Utkin <andrey_utkin@gentoo.org>2018-08-22 18:26:07 +0100
commit9c7bcd7457aa4e2808d90810f5646a7b5eebdc03 (patch)
tree87df8bf4926094bbc225ae33a319befc3529f69d /net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild
parentapp-emacs/stripes: Fix typo in siteinit file. (diff)
downloadgentoo-9c7bcd7457aa4e2808d90810f5646a7b5eebdc03.tar.gz
gentoo-9c7bcd7457aa4e2808d90810f5646a7b5eebdc03.tar.bz2
gentoo-9c7bcd7457aa4e2808d90810f5646a7b5eebdc03.zip
net-libs/loudmouth: properly get rid of gtk-doc dep
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
Diffstat (limited to 'net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild')
-rw-r--r--net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild b/net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild
index d611065e734f..6f91b5632614 100644
--- a/net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild
+++ b/net-libs/loudmouth/loudmouth-1.5.3-r1.ebuild
@@ -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