summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-09 12:39:08 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-09 12:39:26 +0200
commit9fb96e3dcb187a089ca0113834760ddc984204a2 (patch)
tree1d18a52b46bd17b5343ccf848e3df55591e5380b /media-sound
parentdev-tcltk/expect-lite: Fix html docs (diff)
downloadgentoo-9fb96e3dcb187a089ca0113834760ddc984204a2.tar.gz
gentoo-9fb96e3dcb187a089ca0113834760ddc984204a2.tar.bz2
gentoo-9fb96e3dcb187a089ca0113834760ddc984204a2.zip
media-sound/qtscrobbler: Add missing dev-qt/linguist-tools:5 DEPEND
Closes: https://bugs.gentoo.org/668122 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild b/media-sound/qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild
index 3dc54d6064d0..18da2c44154b 100644
--- a/media-sound/qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild
+++ b/media-sound/qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -26,6 +26,7 @@ RDEPEND="
media-libs/libmtp:=
net-misc/curl"
DEPEND="${RDEPEND}
+ dev-qt/linguist-tools:5
virtual/pkgconfig"
S="${WORKDIR}/${MY_PN}-code-${COMMIT}"