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 2940E139084 for ; Mon, 25 Dec 2017 13:53:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2CECE0E4B; Mon, 25 Dec 2017 13:53:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4028E0E4B for ; Mon, 25 Dec 2017 13:53:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65A4833FE2A for ; Mon, 25 Dec 2017 13:53:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E92F1AE96 for ; Mon, 25 Dec 2017 13:53:19 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1514209981.f144d034d3f2b2f9551dfb341d1b6dcdb2a4aabf.asturm@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.6.ebuild X-VCS-Directories: media-libs/libextractor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f144d034d3f2b2f9551dfb341d1b6dcdb2a4aabf X-VCS-Branch: master Date: Mon, 25 Dec 2017 13:53:19 +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: 1a54d505-2a3e-49be-a865-4cc7100199cd X-Archives-Hash: 8c8a29a77ee86117aa9fd628de5f7da7 commit: f144d034d3f2b2f9551dfb341d1b6dcdb2a4aabf Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 25 13:08:41 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Dec 25 13:53:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f144d034 media-libs/libextractor: Fix USE=tidy Package-Manager: Portage-2.3.19, Repoman-2.3.6 media-libs/libextractor/libextractor-1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libextractor/libextractor-1.6.ebuild b/media-libs/libextractor/libextractor-1.6.ebuild index 3f80bc169d5..c30658fc5c0 100644 --- a/media-libs/libextractor/libextractor-1.6.ebuild +++ b/media-libs/libextractor/libextractor-1.6.ebuild @@ -64,7 +64,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:' \ + -e 's:tidy/tidybuffio.h:buffio.h:' \ configure src/plugins/html_extractor.c || die if ! use tidy; then