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-plugins/noise-repellent/
Date: Thu, 22 Apr 2021 21:15:35
Message-Id: 1619126084.7e04127f6edcaaf5f42e93c1da1afcc157a62929.sam@gentoo
1 commit: 7e04127f6edcaaf5f42e93c1da1afcc157a62929
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 22 21:12:24 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 22 21:14:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e04127f
7
8 media-plugins/noise-repellent: fix typo and drop unused multilib inherit
9
10 * Fix BEPEND typo - easily done! :)
11 * get_libdir is included in newer EAPIs, so we can drop the multilib inherit
12
13 Closes: https://bugs.gentoo.org/785121
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 media-plugins/noise-repellent/noise-repellent-0.1.5.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/media-plugins/noise-repellent/noise-repellent-0.1.5.ebuild b/media-plugins/noise-repellent/noise-repellent-0.1.5.ebuild
20 index 7f2850c0a3b..528e355dc08 100644
21 --- a/media-plugins/noise-repellent/noise-repellent-0.1.5.ebuild
22 +++ b/media-plugins/noise-repellent/noise-repellent-0.1.5.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=7
26
27 -inherit meson multilib
28 +inherit meson
29
30 DESCRIPTION="An lv2 plug-in for broadband noise reduction"
31 HOMEPAGE="https://github.com/lucianodato/noise-repellent"
32 @@ -13,7 +13,7 @@ LICENSE="LGPL-3+"
33 SLOT="0"
34 KEYWORDS="~amd64"
35
36 -BEPEND="
37 +BDEPEND="
38 media-libs/lv2
39 "
40 RDEPEND="