From b4574cda0ef8010c7169fe10016ac849b5a7ca30 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 1 Apr 2021 16:43:05 +0200 Subject: [PATCH] media-plugins/whysynth: fix MisplacedEclassVar seems to work with automake-1.16, so this is probably unnecesairy either way Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- media-plugins/whysynth/whysynth-20170701_p20180323.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/whysynth/whysynth-20170701_p20180323.ebuild b/media-plugins/whysynth/whysynth-20170701_p20180323.ebuild index ecdd0cd7b2..4990f484a6 100644 --- a/media-plugins/whysynth/whysynth-20170701_p20180323.ebuild +++ b/media-plugins/whysynth/whysynth-20170701_p20180323.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -29,5 +29,5 @@ S="${WORKDIR}/${PN}-${WHYSYNTH_COMMIT}" src_prepare() { ./autogen.sh default - WANT_AUTOMAKE="1.7" eautoreconf + eautoreconf }