From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-900691-garchives=archives.gentoo.org@lists.gentoo.org> 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 2AA11138330 for <garchives@archives.gentoo.org>; Sat, 10 Sep 2016 11:11:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 141F3E0B9C; Sat, 10 Sep 2016 11:11:04 +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 E8406E0B9C for <gentoo-commits@lists.gentoo.org>; Sat, 10 Sep 2016 11:11:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 70045340942 for <gentoo-commits@lists.gentoo.org>; Sat, 10 Sep 2016 11:11:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9658B2474 for <gentoo-commits@lists.gentoo.org>; Sat, 10 Sep 2016 11:11:00 +0000 (UTC) From: "Kent Fredric" <kentnl@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" <kentnl@gentoo.org> Message-ID: <1473505820.f4fa3b25e2dfdcecca5773a89e33b840df3977c5.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/XML-Parser/XML-Parser-2.410.0-r2.ebuild dev-perl/XML-Parser/XML-Parser-2.440.0.ebuild X-VCS-Directories: dev-perl/XML-Parser/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: f4fa3b25e2dfdcecca5773a89e33b840df3977c5 X-VCS-Branch: master Date: Sat, 10 Sep 2016 11:11:00 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f024957e-a9d2-4878-81c0-23adbe63cdb4 X-Archives-Hash: e1340c4c77a5e5fe6b653970c405be1f commit: f4fa3b25e2dfdcecca5773a89e33b840df3977c5 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Sat Sep 10 11:09:23 2016 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Sat Sep 10 11:10:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4fa3b25 dev-perl/XML-Parser: fix get_libdir in global scope, bug #593370 Bug: https://bugs.gentoo.org/593370 Package-Manager: portage-2.3.0 dev-perl/XML-Parser/XML-Parser-2.410.0-r2.ebuild | 8 ++++++-- dev-perl/XML-Parser/XML-Parser-2.440.0.ebuild | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/dev-perl/XML-Parser/XML-Parser-2.410.0-r2.ebuild b/dev-perl/XML-Parser/XML-Parser-2.410.0-r2.ebuild index 3cbe567..2291b7b 100644 --- a/dev-perl/XML-Parser/XML-Parser-2.410.0-r2.ebuild +++ b/dev-perl/XML-Parser/XML-Parser-2.410.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,4 +18,8 @@ RDEPEND=">=dev-libs/expat-1.95.1-r1" DEPEND="${RDEPEND}" SRC_TEST=do -myconf="EXPATLIBPATH=${EPREFIX}/usr/$(get_libdir) EXPATINCPATH=${EPREFIX}/usr/include" + +src_configure() { + myconf="EXPATLIBPATH=${EPREFIX}/usr/$(get_libdir) EXPATINCPATH=${EPREFIX}/usr/include" + perl-module_src_configure +} diff --git a/dev-perl/XML-Parser/XML-Parser-2.440.0.ebuild b/dev-perl/XML-Parser/XML-Parser-2.440.0.ebuild index 90d7815..44f1bcd 100644 --- a/dev-perl/XML-Parser/XML-Parser-2.440.0.ebuild +++ b/dev-perl/XML-Parser/XML-Parser-2.440.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,4 +18,8 @@ RDEPEND=">=dev-libs/expat-1.95.1-r1" DEPEND="${RDEPEND}" SRC_TEST=do -myconf="EXPATLIBPATH=${EPREFIX}/usr/$(get_libdir) EXPATINCPATH=${EPREFIX}/usr/include" + +src_configure() { + myconf="EXPATLIBPATH=${EPREFIX}/usr/$(get_libdir) EXPATINCPATH=${EPREFIX}/usr/include" + perl-module_src_configure +}