diff options
author | Sam James <sam@gentoo.org> | 2021-08-01 05:13:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-01 05:13:43 +0100 |
commit | 1f8664ff231f4e930bf1c5349f807536a8660d78 (patch) | |
tree | b03be33cc0f42c709d44673452b271f21b363c54 /media-sound/easyeffects/easyeffects-6.0.3.ebuild | |
parent | dev-util/nvidia-cuda-toolkit: add missing wrapper inherit (diff) | |
download | gentoo-1f8664ff231f4e930bf1c5349f807536a8660d78.tar.gz gentoo-1f8664ff231f4e930bf1c5349f807536a8660d78.tar.bz2 gentoo-1f8664ff231f4e930bf1c5349f807536a8660d78.zip |
media-sound/easyeffects: add missing flag-o-matic inherit
Needed for test-flag-CXX call.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/easyeffects/easyeffects-6.0.3.ebuild')
-rw-r--r-- | media-sound/easyeffects/easyeffects-6.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/easyeffects/easyeffects-6.0.3.ebuild b/media-sound/easyeffects/easyeffects-6.0.3.ebuild index 226bf5a1acd0..229d807b1c5c 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" |