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/qtgain/
Date: Thu, 21 Sep 2017 14:40:54
Message-Id: 1506004842.8fa17f5bfaa1db9d651a221de045683804d65df6.kensington@gentoo
1 commit: 8fa17f5bfaa1db9d651a221de045683804d65df6
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 21 14:39:24 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 21 14:40:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa17f5b
7
8 media-sound/qtgain: remove bogus dependency
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 media-sound/qtgain/qtgain-1.0.0.ebuild | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/media-sound/qtgain/qtgain-1.0.0.ebuild b/media-sound/qtgain/qtgain-1.0.0.ebuild
16 index 4a3cab46acb..0c9e85181dd 100644
17 --- a/media-sound/qtgain/qtgain-1.0.0.ebuild
18 +++ b/media-sound/qtgain/qtgain-1.0.0.ebuild
19 @@ -23,7 +23,6 @@ RDEPEND="
20 DEPEND="${RDEPEND}
21 app-arch/unzip
22 "
23 -DEPEND="dev-qt/qtgui:4"
24
25 S="${WORKDIR}/${PN}"