mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
media-sound/qjackctl: add missing dependency
Gentoo-bug: 574748 Package-Manager: portage-2.2.28
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user