diff options
author | Davide Pesavento <pesa@gentoo.org> | 2016-04-23 15:11:19 +0200 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2016-04-23 15:11:19 +0200 |
commit | 44597dbd6504549381ae180535bbe2dab8bcddef (patch) | |
tree | 3886c5527a597fdb1370e7d2a8dec2596ca91ec6 /media-sound/qsampler | |
parent | media-sound/flacon: linguist-tools is a build-time dep only (diff) | |
download | gentoo-44597dbd6504549381ae180535bbe2dab8bcddef.tar.gz gentoo-44597dbd6504549381ae180535bbe2dab8bcddef.tar.bz2 gentoo-44597dbd6504549381ae180535bbe2dab8bcddef.zip |
media-sound/qsampler: linguist-tools is a build-time dep only
Gentoo-Bug: 544938
Package-Manager: portage-2.2.28
Diffstat (limited to 'media-sound/qsampler')
-rw-r--r-- | media-sound/qsampler/qsampler-0.3.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-sound/qsampler/qsampler-0.3.1.ebuild b/media-sound/qsampler/qsampler-0.3.1.ebuild index cbfd3244170b..92de9ff4e1cc 100644 --- a/media-sound/qsampler/qsampler-0.3.1.ebuild +++ b/media-sound/qsampler/qsampler-0.3.1.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$ @@ -21,12 +21,13 @@ DEPEND="media-libs/alsa-lib libgig? ( >=media-libs/libgig-3.3.0:= ) qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) - qt5? ( dev-qt/linguist-tools:5 - dev-qt/qtcore:5 + qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 )" RDEPEND="${DEPEND} >=media-sound/linuxsampler-0.5" +DEPEND="${DEPEND} + qt5? ( dev-qt/linguist-tools:5 )" src_configure() { econf $(use_enable debug) \ |