Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libextractor/
Date: Sat, 29 Dec 2018 22:34:49
Message-Id: 1546122864.774ab13b6fe0ff1bf25afa7553b97e2a6e599865.asturm@gentoo
1 commit: 774ab13b6fe0ff1bf25afa7553b97e2a6e599865
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 29 22:34:02 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 22:34:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774ab13b
7
8 media-libs/libextractor: Fix build against app-text/tidy-html5
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/libextractor/libextractor-1.8-r1.ebuild | 2 --
14 1 file changed, 2 deletions(-)
15
16 diff --git a/media-libs/libextractor/libextractor-1.8-r1.ebuild b/media-libs/libextractor/libextractor-1.8-r1.ebuild
17 index 45171230791..d63f5cb7945 100644
18 --- a/media-libs/libextractor/libextractor-1.8-r1.ebuild
19 +++ b/media-libs/libextractor/libextractor-1.8-r1.ebuild
20 @@ -66,8 +66,6 @@ src_prepare() {
21 # m4/ax_create_pkgconfig_info.m4 is passing environment LDFLAGS to Libs:
22 sed -i \
23 -e '/^ax_create_pkgconfig_ldflags=/s:$LDFLAGS ::' \
24 - -e 's:tidy/tidy.h:tidy.h:' \
25 - -e 's:tidy/tidybuffio.h:buffio.h:' \
26 configure src/plugins/html_extractor.c || die
27
28 if ! use tidy; then