media-gfx/fotowall: EAPI-7 bump
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 21 May 2020 00:20:40 +0000 (02:20 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 21 May 2020 00:38:31 +0000 (02:38 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-gfx/fotowall/fotowall-1.0.ebuild

index 660c5442ca6f9ecc080e55bf44dfa31ec2b7bb70..2b3595f6cebd183fa91e3f24335e86d9a019e27d 100644 (file)
@@ -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