Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-plugins/whysynth/
Date: Thu, 01 Apr 2021 14:43:20
Message-Id: 1617288185.b4574cda0ef8010c7169fe10016ac849b5a7ca30.andrewammerlaan@gentoo
1 commit: b4574cda0ef8010c7169fe10016ac849b5a7ca30
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Thu Apr 1 14:43:05 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Thu Apr 1 14:43:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4574cda
7
8 media-plugins/whysynth: fix MisplacedEclassVar
9
10 seems to work with automake-1.16, so this is probably
11 unnecesairy either way
12
13 Package-Manager: Portage-3.0.18, Repoman-3.0.3
14 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
15
16 media-plugins/whysynth/whysynth-20170701_p20180323.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/media-plugins/whysynth/whysynth-20170701_p20180323.ebuild b/media-plugins/whysynth/whysynth-20170701_p20180323.ebuild
20 index ecdd0cd7b..4990f484a 100644
21 --- a/media-plugins/whysynth/whysynth-20170701_p20180323.ebuild
22 +++ b/media-plugins/whysynth/whysynth-20170701_p20180323.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -29,5 +29,5 @@ S="${WORKDIR}/${PN}-${WHYSYNTH_COMMIT}"
30 src_prepare() {
31 ./autogen.sh
32 default
33 - WANT_AUTOMAKE="1.7" eautoreconf
34 + eautoreconf
35 }