From cc4b5436d6e45bf56c6b08f726b810254851c50e Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 24 Oct 2018 20:15:27 +0200 Subject: kde-misc/ktoshiba: Fix build with Qt 5.11 Closes: https://bugs.gentoo.org/669518 Signed-off-by: Andreas Sturmlechner Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild') diff --git a/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild b/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild index 4295ad18882d..6bfd01a7e52c 100644 --- a/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild +++ b/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,11 +28,12 @@ RDEPEND=" $(add_qt_dep qtwidgets) net-libs/libmnl " - DEPEND="${RDEPEND} sys-devel/gettext " +PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" ) + src_configure() { local mycmakeargs=( -DLIBMNL_INCLUDE_DIRS=/usr/include/libmnl -- cgit v1.2.3-65-gdbad