diff options
author | Sam James <sam@gentoo.org> | 2022-04-29 04:05:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-29 04:05:06 +0100 |
commit | 57f26fc0e59a17951f9f1972183311ad31611945 (patch) | |
tree | 8fb503d6f1945f74cde2dfcb2a1f83b82879ca42 | |
parent | dev-java/javax-mail: fix WhitespaceFound (diff) | |
download | gentoo-57f26fc0e59a17951f9f1972183311ad31611945.tar.gz gentoo-57f26fc0e59a17951f9f1972183311ad31611945.tar.bz2 gentoo-57f26fc0e59a17951f9f1972183311ad31611945.zip |
dev-cpp/robin-hood-hashing: fix WhitespaceFound
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild index c764c8b45a4b..93c98ccdaa8e 100644 --- a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild +++ b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild @@ -15,9 +15,9 @@ LICENSE="MIT" SLOT="0" src_configure() { - local mycmakeargs=( + local mycmakeargs=( -DRH_STANDALONE_PROJECT=OFF -DCMAKE_INSTALL_LIBDIR="${EPREFIX}/usr/share/" - ) - cmake_src_configure + ) + cmake_src_configure } diff --git a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5.ebuild b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5.ebuild index 4fff4a53f17e..6e42350ec553 100644 --- a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5.ebuild +++ b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5.ebuild @@ -15,9 +15,9 @@ LICENSE="MIT" SLOT="0" src_configure() { - local mycmakeargs=( + local mycmakeargs=( -DRH_STANDALONE_PROJECT=OFF -DCMAKE_INSTALL_LIBDIR="${ESYSROOT}/usr/share/" - ) - cmake_src_configure + ) + cmake_src_configure } |