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 723441382C5 for ; Thu, 8 Mar 2018 13:31:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B699E08C3; Thu, 8 Mar 2018 13:31:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69820E08C3 for ; Thu, 8 Mar 2018 13:31:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 398AE335C2A for ; Thu, 8 Mar 2018 13:31:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BE6721D for ; Thu, 8 Mar 2018 13:31:08 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1520515662.25f95fecc86619ac99f193ea5f385b043a705073.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/webrtc-audio-processing/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/webrtc-audio-processing/webrtc-audio-processing-0.3.ebuild X-VCS-Directories: media-libs/webrtc-audio-processing/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 25f95fecc86619ac99f193ea5f385b043a705073 X-VCS-Branch: master Date: Thu, 8 Mar 2018 13:31:08 +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: a4c40629-8733-4d5d-aa46-cb7f3b2a408c X-Archives-Hash: 9fbd980c9abbba03ed535e812f8295b1 commit: 25f95fecc86619ac99f193ea5f385b043a705073 Author: Ben Kohler gmail com> AuthorDate: Thu Mar 8 13:20:25 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Thu Mar 8 13:27:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f95fec media-libs/webrtc-audio-processing: fix missing aclocal-1.15 Add a call to eautoreconf to fix missing/hardcoded aclocal-1.15 Closes: https://bugs.gentoo.org/649244 .../webrtc-audio-processing/webrtc-audio-processing-0.3.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/media-libs/webrtc-audio-processing/webrtc-audio-processing-0.3.ebuild b/media-libs/webrtc-audio-processing/webrtc-audio-processing-0.3.ebuild index b48c1061479..a7d2d6aaa46 100644 --- a/media-libs/webrtc-audio-processing/webrtc-audio-processing-0.3.ebuild +++ b/media-libs/webrtc-audio-processing/webrtc-audio-processing-0.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils multilib-minimal +inherit autotools eutils multilib-minimal DESCRIPTION="AudioProcessing library from the webrtc.org code base" HOMEPAGE="https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/" @@ -20,6 +20,11 @@ PATCHES=( "${FILESDIR}"/${PN}-0.3-proper_detection_cxxabi_execinfo.patch ) +src_prepare() { + eautoreconf + default +} + multilib_src_configure() { ECONF_SOURCE="${S}" \ econf