public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cxxopts/
Date: Mon, 19 Feb 2024 07:35:51 +0000 (UTC)	[thread overview]
Message-ID: <1708328110.20ae364d9da8eba16ceb438f88f6543b76472f0d.sam@gentoo> (raw)

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


             reply	other threads:[~2024-02-19  7:35 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-19  7:35 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-26  4:11 [gentoo-commits] repo/gentoo:master commit in: dev-libs/cxxopts/ Sam James
2025-04-26  3:40 Sam James
2025-04-26  2:36 Sam James
2025-04-26  1:54 Sam James
2025-04-26  1:26 Sam James
2024-12-27 12:08 Sam James
2024-10-30 16:58 Sam James
2024-10-26  3:49 Sam James
2024-10-26  3:49 Sam James
2024-10-25 22:21 Sam James
2024-09-02 11:22 Jakov Smolić
2024-07-29 19:39 Arthur Zamarin
2024-07-29 19:37 Arthur Zamarin
2024-06-26  5:43 Arthur Zamarin
2024-06-25 23:16 Sam James
2024-06-04 10:25 WANG Xuerui
2024-05-24  2:46 Ionen Wolkens
2024-05-12 11:13 Yixun Lan
2024-02-19  7:37 Sam James
2024-02-15 17:54 Patrick McLean
2023-02-14 18:23 Patrick McLean
2023-02-01 19:27 Andreas Sturmlechner
2022-12-27 14:55 Sam James
2022-05-05 15:49 Patrick McLean
2021-05-17  2:37 Sam James
2020-12-07 18:11 Patrick McLean
2020-12-05 23:41 Patrick McLean
2020-12-05 21:39 Patrick McLean

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1708328110.20ae364d9da8eba16ceb438f88f6543b76472f0d.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox