aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-04-01 16:43:05 +0200
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-04-01 16:43:05 +0200
commitb4574cda0ef8010c7169fe10016ac849b5a7ca30 (patch)
tree18c003757fea74f73ffb776c12f2c995c42d6ad6 /media-plugins
parentsys-fs/gcsfuse: bump to 0.34.1 (diff)
downloadguru-b4574cda0ef8010c7169fe10016ac849b5a7ca30.tar.gz
guru-b4574cda0ef8010c7169fe10016ac849b5a7ca30.tar.bz2
guru-b4574cda0ef8010c7169fe10016ac849b5a7ca30.zip
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>
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/whysynth/whysynth-20170701_p20180323.ebuild4
1 files 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
}