Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qtscrobbler/
Date: Tue, 09 Oct 2018 10:39:43
Message-Id: 1539081566.9fb96e3dcb187a089ca0113834760ddc984204a2.asturm@gentoo
1 commit: 9fb96e3dcb187a089ca0113834760ddc984204a2
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 9 10:39:08 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 9 10:39:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb96e3d
7
8 media-sound/qtscrobbler: Add missing dev-qt/linguist-tools:5 DEPEND
9
10 Closes: https://bugs.gentoo.org/668122
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 media-sound/qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/media-sound/qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild b/media-sound/qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild
18 index 3dc54d6064d..18da2c44154 100644
19 --- a/media-sound/qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild
20 +++ b/media-sound/qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -26,6 +26,7 @@ RDEPEND="
28 media-libs/libmtp:=
29 net-misc/curl"
30 DEPEND="${RDEPEND}
31 + dev-qt/linguist-tools:5
32 virtual/pkgconfig"
33
34 S="${WORKDIR}/${MY_PN}-code-${COMMIT}"