Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/robin-hood-hashing/
Date: Fri, 29 Apr 2022 03:07:22
Message-Id: 1651201506.57f26fc0e59a17951f9f1972183311ad31611945.sam@gentoo
1 commit: 57f26fc0e59a17951f9f1972183311ad31611945
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 03:05:06 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 03:05:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f26fc0
7
8 dev-cpp/robin-hood-hashing: fix WhitespaceFound
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild | 6 +++---
13 dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 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
17 index c764c8b45a4b..93c98ccdaa8e 100644
18 --- a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild
19 +++ b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5-r1.ebuild
20 @@ -15,9 +15,9 @@ LICENSE="MIT"
21 SLOT="0"
22
23 src_configure() {
24 - local mycmakeargs=(
25 + local mycmakeargs=(
26 -DRH_STANDALONE_PROJECT=OFF
27 -DCMAKE_INSTALL_LIBDIR="${EPREFIX}/usr/share/"
28 - )
29 - cmake_src_configure
30 + )
31 + cmake_src_configure
32 }
33
34 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
35 index 4fff4a53f17e..6e42350ec553 100644
36 --- a/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5.ebuild
37 +++ b/dev-cpp/robin-hood-hashing/robin-hood-hashing-3.11.5.ebuild
38 @@ -15,9 +15,9 @@ LICENSE="MIT"
39 SLOT="0"
40
41 src_configure() {
42 - local mycmakeargs=(
43 + local mycmakeargs=(
44 -DRH_STANDALONE_PROJECT=OFF
45 -DCMAKE_INSTALL_LIBDIR="${ESYSROOT}/usr/share/"
46 - )
47 - cmake_src_configure
48 + )
49 + cmake_src_configure
50 }