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 B4D55138330 for ; Mon, 3 Oct 2016 09:04:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 569E1E099D; Mon, 3 Oct 2016 09:04:20 +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 1CDFAE099D for ; Mon, 3 Oct 2016 09:04:19 +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 26F37340E10 for ; Mon, 3 Oct 2016 09:04:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8E5A248E for ; Mon, 3 Oct 2016 09:04:15 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1475485447.c631b1875de1a8d115ff46eaacf42fe22bfb033e.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/kvazaar/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/kvazaar/kvazaar-0.8.3.ebuild media-libs/kvazaar/kvazaar-9999.ebuild X-VCS-Directories: media-libs/kvazaar/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c631b1875de1a8d115ff46eaacf42fe22bfb033e X-VCS-Branch: master Date: Mon, 3 Oct 2016 09:04:15 +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: 936f5062-2808-4301-8bdf-8c8bdc284e42 X-Archives-Hash: 66f10f74c9a4eaf78c38b052bd1dbb69 commit: c631b1875de1a8d115ff46eaacf42fe22bfb033e Author: Alexis Ballier gentoo org> AuthorDate: Mon Oct 3 09:04:07 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Oct 3 09:04:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c631b187 media-libs/kvazaar: call econf in proper phase, bug #595934 Package-Manager: portage-2.3.1 media-libs/kvazaar/kvazaar-0.8.3.ebuild | 2 +- media-libs/kvazaar/kvazaar-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/kvazaar/kvazaar-0.8.3.ebuild b/media-libs/kvazaar/kvazaar-0.8.3.ebuild index 5a1a46d..6478300 100644 --- a/media-libs/kvazaar/kvazaar-0.8.3.ebuild +++ b/media-libs/kvazaar/kvazaar-0.8.3.ebuild @@ -39,7 +39,7 @@ src_prepare() { eautoreconf } -multilib_src_compile() { +multilib_src_configure() { ECONF_SOURCE="${S}" \ econf \ --docdir "/usr/share/doc/${PF}" \ diff --git a/media-libs/kvazaar/kvazaar-9999.ebuild b/media-libs/kvazaar/kvazaar-9999.ebuild index 3587fc4..4d22819 100644 --- a/media-libs/kvazaar/kvazaar-9999.ebuild +++ b/media-libs/kvazaar/kvazaar-9999.ebuild @@ -38,7 +38,7 @@ src_prepare() { eautoreconf } -multilib_src_compile() { +multilib_src_configure() { ECONF_SOURCE="${S}" \ econf \ --docdir "/usr/share/doc/${PF}" \