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 2883D139694 for ; Mon, 20 Mar 2017 19:50:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4DB721C267; Mon, 20 Mar 2017 19:49:23 +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 915E121C267 for ; Mon, 20 Mar 2017 19:49:23 +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 6FD33341301 for ; Mon, 20 Mar 2017 19:49:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39E476F18 for ; Mon, 20 Mar 2017 19:49:19 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1490039338.0fdfb3719c3d2cb01f7af039f77bc1cde53ec04e.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/popt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/popt/popt-1.16-r2.ebuild X-VCS-Directories: dev-libs/popt/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 0fdfb3719c3d2cb01f7af039f77bc1cde53ec04e X-VCS-Branch: master Date: Mon, 20 Mar 2017 19:49: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: 471d9792-8ebf-47b2-9448-5c74b2001050 X-Archives-Hash: 026f51d94cf897ae37b4efef942b7a35 commit: 0fdfb3719c3d2cb01f7af039f77bc1cde53ec04e Author: Mike Frysinger gentoo org> AuthorDate: Mon Mar 20 19:48:22 2017 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Mar 20 19:48:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fdfb371 dev-libs/popt: add elibtoolize for ppc64le The bundled libtool is too old and doesn't support ppc64le out of the box. dev-libs/popt/popt-1.16-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/popt/popt-1.16-r2.ebuild b/dev-libs/popt/popt-1.16-r2.ebuild index 9206333b24b..f8cdbd19530 100644 --- a/dev-libs/popt/popt-1.16-r2.ebuild +++ b/dev-libs/popt/popt-1.16-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils multilib-minimal +inherit eutils multilib-minimal libtool DESCRIPTION="Parse Options - Command line parser" HOMEPAGE="http://rpm5.org/" @@ -19,6 +19,7 @@ DEPEND="nls? ( sys-devel/gettext )" src_prepare() { epatch "${FILESDIR}"/fix-popt-pkgconfig-libdir.patch #349558 sed -i -e 's:lt-test1:test1:' testit.sh || die + elibtoolize } multilib_src_configure() {