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 7A5D5138334 for ; Sun, 17 Feb 2019 11:11:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49419E09D1; Sun, 17 Feb 2019 11:11:08 +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 24470E09D1 for ; Sun, 17 Feb 2019 11:11:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 30967335D12 for ; Sun, 17 Feb 2019 11:11:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 052E3547 for ; Sun, 17 Feb 2019 11:11:04 +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: <1550399518.46ae15941775b18cf6ac10a1844a5f83557e9697.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-libs/qt-gstreamer/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild X-VCS-Directories: media-libs/qt-gstreamer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 46ae15941775b18cf6ac10a1844a5f83557e9697 X-VCS-Branch: master Date: Sun, 17 Feb 2019 11:11:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 80863d04-4224-47b2-82b1-4475632e5976 X-Archives-Hash: 4b0697961370f608aacb378e3316d6a9 commit: 46ae15941775b18cf6ac10a1844a5f83557e9697 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 17 10:31:58 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 17 10:31:58 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=46ae1594 media-libs/qt-gstreamer: Fix USE test DEPEND Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild b/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild index e7be474f37..b126080cd3 100644 --- a/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild +++ b/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild @@ -19,6 +19,9 @@ LICENSE="LGPL-2.1" SLOT="0" IUSE="test" +BDEPEND=" + dev-util/glib-utils +" RDEPEND=" dev-libs/boost:= dev-libs/glib:2 @@ -30,9 +33,7 @@ RDEPEND=" media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 " -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/glib-utils +DEPEND="${RDEPEND} test? ( dev-qt/qttest:5 ) "