diff options
author | Sam James <sam@gentoo.org> | 2021-04-22 22:12:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-22 22:14:44 +0100 |
commit | 7e04127f6edcaaf5f42e93c1da1afcc157a62929 (patch) | |
tree | 36f4883b8561f24483e6196815e5e876402bdaa2 /media-plugins | |
parent | sys-kernel/gentoo-kernel-bin: recompress 5.11.16 for arm64 (-r2) (diff) | |
download | gentoo-7e04127f6edcaaf5f42e93c1da1afcc157a62929.tar.gz gentoo-7e04127f6edcaaf5f42e93c1da1afcc157a62929.tar.bz2 gentoo-7e04127f6edcaaf5f42e93c1da1afcc157a62929.zip |
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@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/noise-repellent/noise-repellent-0.1.5.ebuild | 4 |
1 files 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 7f2850c0a3b4..528e355dc08e 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=" |