commit: 8a615353a57af8eb04d41693178e6e7638821e6a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Mar 9 21:32:16 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Mar 9 21:34:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a615353
kde-apps/libkgeomap: QA: Fix unused CMake variable Closes: https://bugs.gentoo.org/679846 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-apps/libkgeomap/libkgeomap-18.12.3.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kde-apps/libkgeomap/libkgeomap-18.12.3.ebuild b/kde-apps/libkgeomap/libkgeomap-18.12.3.ebuild index adcef4fad98..cb77c098f1b 100644 --- a/kde-apps/libkgeomap/libkgeomap-18.12.3.ebuild +++ b/kde-apps/libkgeomap/libkgeomap-18.12.3.ebuild @@ -29,9 +29,7 @@ DEPEND=" RDEPEND="${DEPEND}" src_configure() { - local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_KF5KExiv2=true - ) + use test && local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_KF5KExiv2=true ) kde5_src_configure }
