sci-visualization/paraview: [QA] Remove unnecessary -DCMAKE_INSTALL_PREFIX arguments
authorDavid Seifert <soap@gentoo.org>
Sat, 8 Feb 2020 17:05:54 +0000 (18:05 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 8 Feb 2020 17:05:54 +0000 (18:05 +0100)
Closes: https://github.com/gentoo/gentoo/pull/14596
Signed-off-by: David Seifert <soap@gentoo.org>
sci-visualization/paraview/paraview-5.6.1.ebuild

index 52e09353c23c42df6b94759fc4c9aa4f91691979..71b503e37a9d462f5c5eccba0af6b2fab34b6dc0 100644 (file)
@@ -134,7 +134,6 @@ src_configure() {
 
        local mycmakeargs=(
                -DCMAKE_INSTALL_LIBDIR="${PVLIBDIR}"
-               -DCMAKE_INSTALL_PREFIX="${EPREFIX}"/usr
                -DEXPAT_INCLUDE_DIR="${EPREFIX}"/usr/include
                -DEXPAT_LIBRARY="${EPREFIX}"/usr/$(get_libdir)/libexpat.so
                -DBUILD_SHARED_LIBS=ON