summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-21 02:20:40 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-21 02:38:31 +0200
commitd437265dce7490ded844274ed592b9f0c76a7922 (patch)
tree0d090f98b6f9169cb458439c70d98fa831601b13 /media-gfx/fotowall
parentdev-python/ansi2html: Fix test deps + QA (diff)
downloadgentoo-d437265dce7490ded844274ed592b9f0c76a7922.tar.gz
gentoo-d437265dce7490ded844274ed592b9f0c76a7922.tar.bz2
gentoo-d437265dce7490ded844274ed592b9f0c76a7922.zip
media-gfx/fotowall: EAPI-7 bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/fotowall')
-rw-r--r--media-gfx/fotowall/fotowall-1.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/fotowall/fotowall-1.0.ebuild b/media-gfx/fotowall/fotowall-1.0.ebuild
index 660c5442ca6f..2b3595f6cebd 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