Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/easyeffects/
Date: Sun, 01 Aug 2021 04:15:00
Message-Id: 1627791223.1f8664ff231f4e930bf1c5349f807536a8660d78.sam@gentoo
1 commit: 1f8664ff231f4e930bf1c5349f807536a8660d78
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 04:13:43 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 04:13:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f8664ff
7
8 media-sound/easyeffects: add missing flag-o-matic inherit
9
10 Needed for test-flag-CXX call.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 media-sound/easyeffects/easyeffects-6.0.3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-sound/easyeffects/easyeffects-6.0.3.ebuild b/media-sound/easyeffects/easyeffects-6.0.3.ebuild
18 index 226bf5a1acd..229d807b1c5 100644
19 --- a/media-sound/easyeffects/easyeffects-6.0.3.ebuild
20 +++ b/media-sound/easyeffects/easyeffects-6.0.3.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -inherit gnome2-utils meson toolchain-funcs
26 +inherit gnome2-utils flag-o-matic meson toolchain-funcs
27
28 DESCRIPTION="Limiter, auto volume and many other plugins for PipeWire applications"
29 HOMEPAGE="https://github.com/wwmm/easyeffects"