commit: d2c955287a22569ff9e6566700e5db41441d8be6 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Mar 9 21:31:43 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Mar 9 21:31:43 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d2c95528
kde-apps/libkgeomap: QA: Fix unused CMake variable Bug: 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-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kde-apps/libkgeomap/libkgeomap-9999.ebuild b/kde-apps/libkgeomap/libkgeomap-9999.ebuild index 67db0f9250..e525d91e68 100644 --- a/kde-apps/libkgeomap/libkgeomap-9999.ebuild +++ b/kde-apps/libkgeomap/libkgeomap-9999.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 }
