diff options
author | Luigi 'Comio' Mantellini <luigi.mantellini@gmail.com> | 2018-01-24 14:30:07 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-01 02:45:07 +0100 |
commit | f619079436e1d6f667e092a5fd60de08600365c2 (patch) | |
tree | a0dde0ea503472311c5e77290a3b5aa3804c5890 /media-sound/flacon | |
parent | dev-cpp/eigen: 3.3.4 version bump (diff) | |
download | gentoo-f619079436e1d6f667e092a5fd60de08600365c2.tar.gz gentoo-f619079436e1d6f667e092a5fd60de08600365c2.tar.bz2 gentoo-f619079436e1d6f667e092a5fd60de08600365c2.zip |
media-sound/flacon: Add dev-qt/qtconcurrent:5 to DEPEND
Bug: https://bugs.gentoo.org/643212
Closes: https://bugs.gentoo.org/643212
Closes: https://github.com/gentoo/gentoo/pull/6946
Diffstat (limited to 'media-sound/flacon')
-rw-r--r-- | media-sound/flacon/flacon-4.0.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/flacon/flacon-4.0.0.ebuild b/media-sound/flacon/flacon-4.0.0.ebuild index 70447e6e15f4..de50d8c1ff9a 100644 --- a/media-sound/flacon/flacon-4.0.0.ebuild +++ b/media-sound/flacon/flacon-4.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,6 +28,7 @@ RDEPEND=" DEPEND="${RDEPEND} virtual/pkgconfig dev-qt/linguist-tools:5 + dev-qt/qtconcurrent:5 test? ( dev-qt/qttest:5 media-libs/flac |