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 62F20138334 for ; Sat, 13 Oct 2018 12:11:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95BD3E0948; Sat, 13 Oct 2018 12:11:48 +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 6F7ECE0948 for ; Sat, 13 Oct 2018 12:11:43 +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 40002335CF4 for ; Sat, 13 Oct 2018 12:11:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A8D443E for ; Sat, 13 Oct 2018 12:11:39 +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: <1539431916.e899d2d2788615b84b5d582b734fd2ddc25f2522.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: e899d2d2788615b84b5d582b734fd2ddc25f2522 X-VCS-Branch: master Date: Sat, 13 Oct 2018 12:11:39 +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: e63a66a5-d3bf-4ee7-98f7-a95ca8dcbd96 X-Archives-Hash: 2d93305b11a90cee07c7658011aabb48 commit: e899d2d2788615b84b5d582b734fd2ddc25f2522 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 13 01:47:07 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 13 11:58:36 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e899d2d2 media-libs/qt-gstreamer: EAPI-7 bump Package-Manager: Portage-2.3.49, Repoman-2.3.10 media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild b/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild index 49822fc0e4..efade09236 100644 --- a/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild +++ b/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # 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/${PN}/${P}.tar.xz" @@ -35,11 +35,6 @@ DEPEND="${RDEPEND} test? ( dev-qt/qttest:5 ) " -PATCHES=( - "${FILESDIR}/${P}-gstreamer15.patch" - "${FILESDIR}/${P}-boost157.patch" -) - # bug 497880 RESTRICT="test"