commit: b4574cda0ef8010c7169fe10016ac849b5a7ca30
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Apr 1 14:43:05 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr 1 14:43:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4574cda
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 <andrewammerlaan <AT> riseup.net>
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 ecdd0cd7b..4990f484a 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
}