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 E27B8139085 for ; Wed, 4 Jan 2017 11:58:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 431C0E0C73; Wed, 4 Jan 2017 11:58:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D330E0C73 for ; Wed, 4 Jan 2017 11:58:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5BB92341375 for ; Wed, 4 Jan 2017 11:58:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A8ED2622 for ; Wed, 4 Jan 2017 11:58:37 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1483531110.531e6636ce82d8fe346b1a3ab47167e04c1d6015.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mkvtoolnix/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mkvtoolnix/mkvtoolnix-9.7.1.ebuild X-VCS-Directories: media-video/mkvtoolnix/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 531e6636ce82d8fe346b1a3ab47167e04c1d6015 X-VCS-Branch: master Date: Wed, 4 Jan 2017 11:58:37 +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: 620a280b-982d-447d-962e-16ab5fc70e49 X-Archives-Hash: 69aceb42f2f469163d696ea8ce6ed0de commit: 531e6636ce82d8fe346b1a3ab47167e04c1d6015 Author: Alexis Ballier gentoo org> AuthorDate: Wed Jan 4 11:58:22 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jan 4 11:58:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=531e6636 media-video/mkvtoolnix: add qtconcurrent missing dep, should help in bug #604188 Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-video/mkvtoolnix/mkvtoolnix-9.7.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-video/mkvtoolnix/mkvtoolnix-9.7.1.ebuild b/media-video/mkvtoolnix/mkvtoolnix-9.7.1.ebuild index a7667d8..e5d26a1 100644 --- a/media-video/mkvtoolnix/mkvtoolnix-9.7.1.ebuild +++ b/media-video/mkvtoolnix/mkvtoolnix-9.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -41,6 +41,7 @@ RDEPEND=" dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 + dev-qt/qtconcurrent:5 ) " DEPEND="${RDEPEND}