commit: 1f8664ff231f4e930bf1c5349f807536a8660d78 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Aug 1 04:13:43 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Aug 1 04:13:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f8664ff
media-sound/easyeffects: add missing flag-o-matic inherit Needed for test-flag-CXX call. Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/easyeffects/easyeffects-6.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/easyeffects/easyeffects-6.0.3.ebuild b/media-sound/easyeffects/easyeffects-6.0.3.ebuild index 226bf5a1acd..229d807b1c5 100644 --- a/media-sound/easyeffects/easyeffects-6.0.3.ebuild +++ b/media-sound/easyeffects/easyeffects-6.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit gnome2-utils meson toolchain-funcs +inherit gnome2-utils flag-o-matic meson toolchain-funcs DESCRIPTION="Limiter, auto volume and many other plugins for PipeWire applications" HOMEPAGE="https://github.com/wwmm/easyeffects"
