commit: 20ae364d9da8eba16ceb438f88f6543b76472f0d Author: Robert Günzler <r <AT> gnzler <DOT> io> AuthorDate: Tue Jan 30 13:38:31 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 19 07:35:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ae364d
dev-libs/cxxopts: pass cmake options previously mycmakeopts was used to pass them, which is simply ignored, needs to be mycmakeargs Signed-off-by: Robert Günzler <r <AT> gnzler.io> Closes: https://github.com/gentoo/gentoo/pull/35095 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/cxxopts/{cxxopts-3.0.0.ebuild => cxxopts-3.0.0-r1.ebuild} | 2 +- dev-libs/cxxopts/{cxxopts-3.2.0.ebuild => cxxopts-3.2.0-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/cxxopts/cxxopts-3.0.0.ebuild b/dev-libs/cxxopts/cxxopts-3.0.0-r1.ebuild similarity index 96% rename from dev-libs/cxxopts/cxxopts-3.0.0.ebuild rename to dev-libs/cxxopts/cxxopts-3.0.0-r1.ebuild index 8aa251736b37..1336e0c4e58c 100644 --- a/dev-libs/cxxopts/cxxopts-3.0.0.ebuild +++ b/dev-libs/cxxopts/cxxopts-3.0.0-r1.ebuild @@ -27,7 +27,7 @@ src_prepare() { } src_configure() { - local -a mycmakeopts=( + local mycmakeargs=( -DCXXOPTS_BUILD_EXAMPLES:BOOL=OFF -DCXXOPTS_BUILD_TESTS:BOOL=$(usex test) -DCXXOPTS_ENABLE_INSTALL:BOOL=ON diff --git a/dev-libs/cxxopts/cxxopts-3.2.0.ebuild b/dev-libs/cxxopts/cxxopts-3.2.0-r1.ebuild similarity index 97% rename from dev-libs/cxxopts/cxxopts-3.2.0.ebuild rename to dev-libs/cxxopts/cxxopts-3.2.0-r1.ebuild index ac666ef57060..5d006453ceae 100644 --- a/dev-libs/cxxopts/cxxopts-3.2.0.ebuild +++ b/dev-libs/cxxopts/cxxopts-3.2.0-r1.ebuild @@ -29,7 +29,7 @@ src_prepare() { } src_configure() { - local -a mycmakeopts=( + local mycmakeargs=( -DCXXOPTS_BUILD_EXAMPLES:BOOL=OFF -DCXXOPTS_BUILD_TESTS:BOOL=$(usex test) -DCXXOPTS_ENABLE_INSTALL:BOOL=ON
