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 657DF13832E for ; Wed, 3 Aug 2016 08:19:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA4EFE0AE6; Wed, 3 Aug 2016 08:19:00 +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 54CC3E0AE6 for ; Wed, 3 Aug 2016 08:19:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 18BF5340A23 for ; Wed, 3 Aug 2016 08:18:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1EE07D3 for ; Wed, 3 Aug 2016 08:18:56 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1470212332.06b1aec49fc61e65a56986524c51bd90ed17e152.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mixxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mixxx/mixxx-2.0.0-r1.ebuild X-VCS-Directories: media-sound/mixxx/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 06b1aec49fc61e65a56986524c51bd90ed17e152 X-VCS-Branch: master Date: Wed, 3 Aug 2016 08:18:56 +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: d6810d42-c523-4b88-90f9-4c31dff4d958 X-Archives-Hash: 6eae8b8061e021b3663f3faed28a56c3 commit: 06b1aec49fc61e65a56986524c51bd90ed17e152 Author: Lars Wendler gentoo org> AuthorDate: Wed Aug 3 08:18:09 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Aug 3 08:18:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b1aec4 media-sound/mixxx: Added missing build-time dep (dev-qt/qttest:5). Thanks to Kelly Hiari who informed me about this via email. Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler gentoo.org> media-sound/mixxx/mixxx-2.0.0-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-sound/mixxx/mixxx-2.0.0-r1.ebuild b/media-sound/mixxx/mixxx-2.0.0-r1.ebuild index ffe8c33..c2bb217 100644 --- a/media-sound/mixxx/mixxx-2.0.0-r1.ebuild +++ b/media-sound/mixxx/mixxx-2.0.0-r1.ebuild @@ -69,7 +69,10 @@ RDEPEND="dev-db/sqlite DEPEND="${RDEPEND} sci-libs/fftw:3.0 virtual/pkgconfig - qt5? ( dev-qt/qtxmlpatterns:5 )" + qt5? ( + dev-qt/qttest:5 + dev-qt/qtxmlpatterns:5 + )" PATCHES=( "${FILESDIR}"/${PN}-2.0.0-docs.patch