dev-libs/sink: Add missing DEPEND
authorAndreas Sturmlechner <asturm@gentoo.org>
Fri, 18 May 2018 14:30:53 +0000 (16:30 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Fri, 18 May 2018 14:30:53 +0000 (16:30 +0200)
Closes: https://bugs.gentoo.org/656032
Package-Manager: Portage-2.3.38, Repoman-2.3.9

dev-libs/sink/sink-0.5.0.ebuild

index 06692c9740c7f8bb0053137045601c37dafc8966..c9b2a827310edc7bfc6d82009ee2fd21ef6ba5f4 100644 (file)
@@ -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
@@ -29,7 +29,9 @@ RDEPEND="
        net-misc/curl
        sys-libs/readline:0=
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+       $(add_qt_dep qtconcurrent)
+"
 
 # fails to build
 RESTRICT+=" test"