media-sound/qjackctl: add missing dependency

Gentoo-bug: 574748

Package-Manager: portage-2.2.28
This commit is contained in:
Michael Palimaka
2016-04-11 02:25:05 +10:00
parent f948a80abb
commit c4e5eeb707

View 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"