commit: 9fb96e3dcb187a089ca0113834760ddc984204a2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Oct 9 10:39:08 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Oct 9 10:39:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb96e3d
media-sound/qtscrobbler: Add missing dev-qt/linguist-tools:5 DEPEND Closes: https://bugs.gentoo.org/668122 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-sound/qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-sound/qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild b/media-sound/qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild index 3dc54d6064d..18da2c44154 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}"
