diff options
author | 2020-05-21 02:37:52 +0200 | |
---|---|---|
committer | 2020-05-21 02:38:31 +0200 | |
commit | b951f8c8f6b31320104e5bdca3bedeafe24b47ea (patch) | |
tree | a97b65d15a6be1b40e831b090d1a7a2bf9cada91 /media-gfx/fotowall/fotowall-1.0.ebuild | |
parent | media-gfx/fotowall: EAPI-7 bump (diff) | |
download | gentoo-b951f8c8f6b31320104e5bdca3bedeafe24b47ea.tar.gz gentoo-b951f8c8f6b31320104e5bdca3bedeafe24b47ea.tar.bz2 gentoo-b951f8c8f6b31320104e5bdca3bedeafe24b47ea.zip |
media-gfx/fotowall: Fix build w/ Qt 5.15
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/fotowall/fotowall-1.0.ebuild')
-rw-r--r-- | media-gfx/fotowall/fotowall-1.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-gfx/fotowall/fotowall-1.0.ebuild b/media-gfx/fotowall/fotowall-1.0.ebuild index 2b3595f6cebd..2433ced68ec4 100644 --- a/media-gfx/fotowall/fotowall-1.0.ebuild +++ b/media-gfx/fotowall/fotowall-1.0.ebuild @@ -28,7 +28,10 @@ DEPEND="${RDEPEND} webcam? ( media-libs/libv4l ) " -PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" ) +PATCHES=( + "${FILESDIR}/${P}-qt-5.11.patch" + "${FILESDIR}/${P}-qt-5.15.patch" +) src_prepare() { default |