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 ADF6A1384B4 for ; Mon, 9 Nov 2015 20:53:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4744321C00D; Mon, 9 Nov 2015 20:53:12 +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 E9E9F21C00D for ; Mon, 9 Nov 2015 20:53:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DACB340685 for ; Mon, 9 Nov 2015 20:53:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB6DE23F2 for ; Mon, 9 Nov 2015 20:53:04 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1447102374.622c2c720bf7acfaa0b91c26b03b70ed96fee4bf.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxml2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libxml2/libxml2-2.9.2-r2.ebuild dev-libs/libxml2/libxml2-2.9.2-r3.ebuild X-VCS-Directories: dev-libs/libxml2/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 622c2c720bf7acfaa0b91c26b03b70ed96fee4bf X-VCS-Branch: master Date: Mon, 9 Nov 2015 20:53:04 +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: 75f2fe96-f2e2-49c2-9cdf-a47d9107a8ac X-Archives-Hash: 33ce5ead42cc49152a9d9e0348fd7981 commit: 622c2c720bf7acfaa0b91c26b03b70ed96fee4bf Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Nov 9 20:52:16 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Nov 9 20:52:54 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=622c2c72 dev-libs/libxml2: re-add missing call to eprefixify Package-Manager: portage-2.2.23 dev-libs/libxml2/{libxml2-2.9.2-r2.ebuild => libxml2-2.9.2-r3.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/libxml2/libxml2-2.9.2-r2.ebuild b/dev-libs/libxml2/libxml2-2.9.2-r3.ebuild similarity index 99% rename from dev-libs/libxml2/libxml2-2.9.2-r2.ebuild rename to dev-libs/libxml2/libxml2-2.9.2-r3.ebuild index 5501fca..e8cdc44 100644 --- a/dev-libs/libxml2/libxml2-2.9.2-r2.ebuild +++ b/dev-libs/libxml2/libxml2-2.9.2-r3.ebuild @@ -74,6 +74,8 @@ src_prepare() { # Patches needed for prefix support epatch "${FILESDIR}"/${PN}-2.7.1-catalog_path.patch + eprefixify catalog.c xmlcatalog.c runtest.c xmllint.c + # Fix build for Windows platform epatch "${FILESDIR}"/${PN}-2.8.0_rc1-winnt.patch