From 15d62364ce7eed77f358a03c5724083ea2894eda Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Tue, 21 Jan 2020 17:17:44 +0100 Subject: sci-electronics/gazebo: fix build with qt 5.14. Patch from upstream provided by Nikita Shubin. Closes: https://bugs.gentoo.org/704988 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Alexis Ballier --- sci-electronics/gazebo/gazebo-10.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-electronics/gazebo/gazebo-10.1.0.ebuild') diff --git a/sci-electronics/gazebo/gazebo-10.1.0.ebuild b/sci-electronics/gazebo/gazebo-10.1.0.ebuild index 80c4d00fc21e..7b7aa2a408f5 100644 --- a/sci-electronics/gazebo/gazebo-10.1.0.ebuild +++ b/sci-electronics/gazebo/gazebo-10.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -59,7 +59,7 @@ DEPEND="${RDEPEND} test? ( dev-libs/libxslt ) " CMAKE_BUILD_TYPE=RelWithDebInfo -PATCHES=( "${FILESDIR}/qwt.patch" "${FILESDIR}/oal.patch" ) +PATCHES=( "${FILESDIR}/qwt.patch" "${FILESDIR}/oal.patch" "${FILESDIR}/qtmoc.patch" ) src_configure() { # doesnt build without it -- cgit v1.2.3-18-g5258