Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3diags/
Date: Sun, 01 Mar 2020 03:19:00
Message-Id: 1583032721.242d52cec78669064d65f8b2d4162e30c87abcac.kensington@gentoo
1 commit: 242d52cec78669064d65f8b2d4162e30c87abcac
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 1 03:18:22 2020 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 1 03:18:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=242d52ce
7
8 media-sound/mp3diags: avoid unused dependency
9
10 Closes: https://bugs.gentoo.org/711086
11 Package-Manager: Portage-2.3.89, Repoman-2.3.20
12 Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
13
14 media-sound/mp3diags/mp3diags-1.5.01.ebuild | 9 ++++++++-
15 1 file changed, 8 insertions(+), 1 deletion(-)
16
17 diff --git a/media-sound/mp3diags/mp3diags-1.5.01.ebuild b/media-sound/mp3diags/mp3diags-1.5.01.ebuild
18 index 2d96e59d193..58c6ebc2190 100644
19 --- a/media-sound/mp3diags/mp3diags-1.5.01.ebuild
20 +++ b/media-sound/mp3diags/mp3diags-1.5.01.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -31,6 +31,13 @@ RDEPEND="${DEPEND}
28
29 S=${WORKDIR}/${MY_P}
30
31 +src_prepare() {
32 + # unused dependency - bug #711086
33 + sed -i -e "/^network/d" src/src.pro || die
34 +
35 + default
36 +}
37 +
38 src_configure() {
39 eqmake5 ${PN}.pro
40 }