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 8DEF1139335 for ; Tue, 29 Jun 2021 15:43:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1429E0843; Tue, 29 Jun 2021 15:43:08 +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 77D9DE0843 for ; Tue, 29 Jun 2021 15:43:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C7E65335D97 for ; Tue, 29 Jun 2021 15:43:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80422744 for ; Tue, 29 Jun 2021 15:43:05 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1624981380.1fd22947ade37a8dea597870e2dd426303cd0f05.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mangler/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mangler/mangler-1.2.5-r2.ebuild media-sound/mangler/mangler-1.2.5-r3.ebuild X-VCS-Directories: media-sound/mangler/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 1fd22947ade37a8dea597870e2dd426303cd0f05 X-VCS-Branch: master Date: Tue, 29 Jun 2021 15:43:05 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1b4642a6-4cc1-4125-92cd-ef1362dd6dac X-Archives-Hash: 72c043a9bdf5f248d4f40e7768101c2a commit: 1fd22947ade37a8dea597870e2dd426303cd0f05 Author: Matthew Thode gentoo org> AuthorDate: Tue Jun 29 15:42:46 2021 +0000 Commit: Matthew Thode gentoo org> CommitDate: Tue Jun 29 15:43:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd22947 media-sound/mangler: fix missing eautreconf Closes: https://bugs.gentoo.org/799221 Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --force Signed-off-by: Matthew Thode gentoo.org> .../mangler/{mangler-1.2.5-r2.ebuild => mangler-1.2.5-r3.ebuild} | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/media-sound/mangler/mangler-1.2.5-r2.ebuild b/media-sound/mangler/mangler-1.2.5-r3.ebuild similarity index 94% rename from media-sound/mangler/mangler-1.2.5-r2.ebuild rename to media-sound/mangler/mangler-1.2.5-r3.ebuild index 38b754f7ff4..8241de78acc 100644 --- a/media-sound/mangler/mangler-1.2.5-r2.ebuild +++ b/media-sound/mangler/mangler-1.2.5-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit toolchain-funcs +inherit autotools toolchain-funcs DESCRIPTION="Open source VOIP client capable of connecting to Ventrilo 3.x servers" HOMEPAGE="http://www.mangler.org/" @@ -38,6 +38,11 @@ PATCHES=( "${FILESDIR}/fix_ftbfs_narrowing_conversion.patch" ) +src_prepare() { + default + eautoreconf +} + src_configure() { tc-export CC