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 9EF29138334 for ; Wed, 12 Dec 2018 14:06:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2B01E0ADF; Wed, 12 Dec 2018 14:06:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 88027E0ADF for ; Wed, 12 Dec 2018 14:06:10 +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 E1C8B335CC0 for ; Wed, 12 Dec 2018 14:06:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90F154D2 for ; Wed, 12 Dec 2018 14:06:07 +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: <1544623555.04a5d871c14c9fbbd27355df15e8ba1de5e1fafe.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/qt-gstreamer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r4.ebuild X-VCS-Directories: media-libs/qt-gstreamer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 04a5d871c14c9fbbd27355df15e8ba1de5e1fafe X-VCS-Branch: master Date: Wed, 12 Dec 2018 14:06:07 +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: 722d0799-42c1-4ffe-aea3-74e38f86dc28 X-Archives-Hash: aca9c360cc090c1f4cc8801efa9ae7f1 commit: 04a5d871c14c9fbbd27355df15e8ba1de5e1fafe Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 13 01:47:07 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Dec 12 14:05:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a5d871 media-libs/qt-gstreamer: EAPI-7 bump Package-Manager: Portage-2.3.49, Repoman-2.3.10 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r4.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r4.ebuild b/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r4.ebuild index b2f672cd232..4b5d03c5a93 100644 --- a/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r4.ebuild +++ b/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 if [[ ${PV} != *9999* ]]; then SRC_URI="https://gstreamer.freedesktop.org/src/qt-gstreamer/${P}.tar.xz" @@ -30,7 +30,8 @@ RDEPEND=" media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" dev-util/glib-utils test? ( dev-qt/qttest:5 ) "