commit: 7e04127f6edcaaf5f42e93c1da1afcc157a62929 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Apr 22 21:12:24 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Apr 22 21:14:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e04127f
media-plugins/noise-repellent: fix typo and drop unused multilib inherit * Fix BEPEND typo - easily done! :) * get_libdir is included in newer EAPIs, so we can drop the multilib inherit Closes: https://bugs.gentoo.org/785121 Signed-off-by: Sam James <sam <AT> gentoo.org> media-plugins/noise-repellent/noise-repellent-0.1.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/noise-repellent/noise-repellent-0.1.5.ebuild b/media-plugins/noise-repellent/noise-repellent-0.1.5.ebuild index 7f2850c0a3b..528e355dc08 100644 --- a/media-plugins/noise-repellent/noise-repellent-0.1.5.ebuild +++ b/media-plugins/noise-repellent/noise-repellent-0.1.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit meson multilib +inherit meson DESCRIPTION="An lv2 plug-in for broadband noise reduction" HOMEPAGE="https://github.com/lucianodato/noise-repellent" @@ -13,7 +13,7 @@ LICENSE="LGPL-3+" SLOT="0" KEYWORDS="~amd64" -BEPEND=" +BDEPEND=" media-libs/lv2 " RDEPEND="
