From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 493F71395E2 for ; Sun, 27 Nov 2016 08:38:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8BA9E0850; Sun, 27 Nov 2016 08:38:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 907BFE0850 for ; Sun, 27 Nov 2016 08:38:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A222341130 for ; Sun, 27 Nov 2016 08:38:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF8DC4A8 for ; Sun, 27 Nov 2016 08:38:47 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1480235890.1f21d3b5fba9e8869b98b195b9a0b7b1d85bd7a9.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libextractor/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libextractor/libextractor-1.3-r1.ebuild X-VCS-Directories: media-libs/libextractor/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1f21d3b5fba9e8869b98b195b9a0b7b1d85bd7a9 X-VCS-Branch: master Date: Sun, 27 Nov 2016 08:38:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 961430ea-ff99-4bdc-a5d3-c044a34843c7 X-Archives-Hash: 6f836d5dd2e0a10c99aa613b6adbc880 commit: 1f21d3b5fba9e8869b98b195b9a0b7b1d85bd7a9 Author: Felix Janda posteo de> AuthorDate: Sat Nov 26 22:43:42 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Nov 27 08:38:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f21d3b5 media-libs/libextractor: fix compilation with USE=tidy Gentoo-Bug: https://bugs.gentoo.org/600470 Closes: https://github.com/gentoo/gentoo/pull/2923 media-libs/libextractor/libextractor-1.3-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/libextractor/libextractor-1.3-r1.ebuild b/media-libs/libextractor/libextractor-1.3-r1.ebuild index cd34de2..e686395 100644 --- a/media-libs/libextractor/libextractor-1.3-r1.ebuild +++ b/media-libs/libextractor/libextractor-1.3-r1.ebuild @@ -63,6 +63,7 @@ src_prepare() { sed -i \ -e '/^ax_create_pkgconfig_ldflags=/s:$LDFLAGS ::' \ -e 's:tidy/tidy.h:tidy.h:' \ + -e 's:tidy/buffio.h:buffio.h:' \ configure src/plugins/html_extractor.c || die if ! use tidy; then