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 48D8E1382C5 for ; Thu, 21 May 2020 00:38:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FA2DE09C9; Thu, 21 May 2020 00:38:45 +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 649A9E09C9 for ; Thu, 21 May 2020 00:38:45 +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 55C8A34F3B0 for ; Thu, 21 May 2020 00:38:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 959D1242 for ; Thu, 21 May 2020 00:38:42 +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: <1590021511.d437265dce7490ded844274ed592b9f0c76a7922.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fotowall/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/fotowall/fotowall-1.0.ebuild X-VCS-Directories: media-gfx/fotowall/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d437265dce7490ded844274ed592b9f0c76a7922 X-VCS-Branch: master Date: Thu, 21 May 2020 00:38:42 +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: 4454a25f-6c00-485b-9475-a7ccfe040679 X-Archives-Hash: 1e800d7453b3976c098db75c140da622 commit: d437265dce7490ded844274ed592b9f0c76a7922 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 21 00:20:40 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 21 00:38:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d437265d media-gfx/fotowall: EAPI-7 bump Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/fotowall/fotowall-1.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/fotowall/fotowall-1.0.ebuild b/media-gfx/fotowall/fotowall-1.0.ebuild index 660c5442ca6..2b3595f6ceb 100644 --- a/media-gfx/fotowall/fotowall-1.0.ebuild +++ b/media-gfx/fotowall/fotowall-1.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit qmake-utils @@ -28,11 +28,11 @@ DEPEND="${RDEPEND} webcam? ( media-libs/libv4l ) " +PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" ) + src_prepare() { default - eapply "${FILESDIR}/${P}-qt-5.11.patch" - sed -i -e "s|linux/videodev.h|libv4l1-videodev.h|" \ 3rdparty/videocapture/VideoDevice.h || die