From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E14B01382C5 for ; Fri, 18 May 2018 14:31:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CBB0E082D; Fri, 18 May 2018 14:31:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13062E082D for ; Fri, 18 May 2018 14:31:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D88C0335C04 for ; Fri, 18 May 2018 14:31:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3763F43 for ; Fri, 18 May 2018 14:31:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1526653853.69cb1dc65cd6ac2440905115b0535321f29babf1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sink/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/sink/sink-0.5.0.ebuild X-VCS-Directories: dev-libs/sink/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 69cb1dc65cd6ac2440905115b0535321f29babf1 X-VCS-Branch: master Date: Fri, 18 May 2018 14:31:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9d00e798-fc13-41dc-ae98-1ca6c3238904 X-Archives-Hash: d32cf570cc7120f7a731a7c50f6c7adc commit: 69cb1dc65cd6ac2440905115b0535321f29babf1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 18 14:30:53 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 18 14:30:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69cb1dc6 dev-libs/sink: Add missing DEPEND Closes: https://bugs.gentoo.org/656032 Package-Manager: Portage-2.3.38, Repoman-2.3.9 dev-libs/sink/sink-0.5.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/sink/sink-0.5.0.ebuild b/dev-libs/sink/sink-0.5.0.ebuild index 06692c9740c..c9b2a827310 100644 --- a/dev-libs/sink/sink-0.5.0.ebuild +++ b/dev-libs/sink/sink-0.5.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 @@ -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"