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@riseup.net>
This commit is contained in:
Andrew Ammerlaan 2021-04-01 16:43:05 +02:00
parent 954ce73a1c
commit b4574cda0e
No known key found for this signature in database
GPG Key ID: A19F636CD4EDBCD1

View File

@ -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
}