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 9E9441382C5 for ; Thu, 1 Feb 2018 01:45:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E137BE0AF6; Thu, 1 Feb 2018 01:45:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BD6BEE0AF6 for ; Thu, 1 Feb 2018 01:45:30 +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 624C3335C61 for ; Thu, 1 Feb 2018 01:45:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F11651C3 for ; Thu, 1 Feb 2018 01:45:27 +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: <1517449507.f619079436e1d6f667e092a5fd60de08600365c2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/flacon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/flacon/flacon-4.0.0.ebuild X-VCS-Directories: media-sound/flacon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f619079436e1d6f667e092a5fd60de08600365c2 X-VCS-Branch: master Date: Thu, 1 Feb 2018 01:45:27 +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: 2dfff3b0-9499-4854-85a5-87829285a7b1 X-Archives-Hash: 1ae2077c6c51221dedea63de5d57c829 commit: f619079436e1d6f667e092a5fd60de08600365c2 Author: Luigi 'Comio' Mantellini gmail com> AuthorDate: Wed Jan 24 13:30:07 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 1 01:45:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6190794 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 media-sound/flacon/flacon-4.0.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-sound/flacon/flacon-4.0.0.ebuild b/media-sound/flacon/flacon-4.0.0.ebuild index 70447e6e15f..de50d8c1ff9 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