From: Michael Palimaka Date: Sun, 10 Apr 2016 16:25:05 +0000 (+1000) Subject: media-sound/qjackctl: add missing dependency X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c4e5eeb7070032f3a3529c8a6be7a4081595d287;p=gentoo.git media-sound/qjackctl: add missing dependency Gentoo-bug: 574748 Package-Manager: portage-2.2.28 --- diff --git a/media-sound/qjackctl/qjackctl-0.4.2.ebuild b/media-sound/qjackctl/qjackctl-0.4.2.ebuild index 54ff9ed893f1..2b3cbfb1554f 100644 --- a/media-sound/qjackctl/qjackctl-0.4.2.ebuild +++ b/media-sound/qjackctl/qjackctl-0.4.2.ebuild @@ -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"