media-sound/qjackctl: add missing dependency
authorMichael Palimaka <kensington@gentoo.org>
Sun, 10 Apr 2016 16:25:05 +0000 (02:25 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Sun, 10 Apr 2016 16:26:11 +0000 (02:26 +1000)
Gentoo-bug: 574748

Package-Manager: portage-2.2.28

media-sound/qjackctl/qjackctl-0.4.2.ebuild

index 54ff9ed893f127e02435acdde7677fcc9b6aa2a6..2b3cbfb1554fe5484065a2e89cdff61663d60af6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -23,7 +23,8 @@ RDEPEND="
        alsa? ( media-libs/alsa-lib )
        dbus? ( dev-qt/qtdbus:4 )
        portaudio? ( media-libs/portaudio )"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+       qt5? ( dev-qt/linguist-tools:5 )"
 
 DOCS="AUTHORS ChangeLog README TODO TRANSLATORS"