From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B0BD71386F2 for ; Mon, 10 Aug 2015 19:01:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A59C95784; Mon, 10 Aug 2015 19:01:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFFB995784 for ; Mon, 10 Aug 2015 19:01:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4EBA8340AF7 for ; Mon, 10 Aug 2015 19:01:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22F5112C for ; Mon, 10 Aug 2015 19:01:01 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1439233254.c6e5be6f731d39876e57ec19ff4c3ac6a7a13a07.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/texlive-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/texlive-core/texlive-core-2015.ebuild X-VCS-Directories: app-text/texlive-core/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: c6e5be6f731d39876e57ec19ff4c3ac6a7a13a07 X-VCS-Branch: master Date: Mon, 10 Aug 2015 19:01:01 +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: d3a6a5ce-9f81-4112-8d09-74fe046b675a X-Archives-Hash: 9c68389a4e74982a288249f6012c3361 commit: c6e5be6f731d39876e57ec19ff4c3ac6a7a13a07 Author: Fabian Groffen gentoo org> AuthorDate: Mon Aug 10 18:45:40 2015 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Aug 10 19:00:54 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e5be6f app-text/texlive-core: fix detection of kpathsea by Michael Weiser, bug #556516 Package-Manager: portage-2.2.20-prefix app-text/texlive-core/texlive-core-2015.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-text/texlive-core/texlive-core-2015.ebuild b/app-text/texlive-core/texlive-core-2015.ebuild index 43894fc..2fb0f87 100644 --- a/app-text/texlive-core/texlive-core-2015.ebuild +++ b/app-text/texlive-core/texlive-core-2015.ebuild @@ -157,6 +157,10 @@ src_prepare() { #EPATCH_MULTI_MSG="Applying patches from upstream bugfix branch..." EPATCH_SUFFIX="patch" epatch "${WORKDIR}/gentoo_branch2011_patches" EPATCH_SUFFIX="patch" epatch "${WORKDIR}/patches" + sed -i \ + -e "s,/usr/include /usr/local/include.*echo \$KPATHSEA_INCLUDES.*,${EPREFIX}/usr/include\"," \ + texk/web2c/configure || die + elibtoolize }