From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/glaze/
Date: Sun, 22 Jun 2025 09:56:25 +0000 (UTC) [thread overview]
Message-ID: <1750585941.e32e7c8a1d9e489c30dd13ffc2859752c3b46740.sam@gentoo> (raw)
commit: e32e7c8a1d9e489c30dd13ffc2859752c3b46740
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Tue Jun 17 12:00:59 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 22 09:52:21 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e32e7c8a
dev-cpp/glaze: drop ineffective USE=doc
also sorted DEPEND and shortened `usex`
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Part-of: https://github.com/gentoo/gentoo/pull/42640
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-cpp/glaze/glaze-5.2.1.ebuild | 10 +++++-----
dev-cpp/glaze/metadata.xml | 1 -
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/dev-cpp/glaze/glaze-5.2.1.ebuild b/dev-cpp/glaze/glaze-5.2.1.ebuild
index 16dc90659b14..cbeff4ec69d1 100644
--- a/dev-cpp/glaze/glaze-5.2.1.ebuild
+++ b/dev-cpp/glaze/glaze-5.2.1.ebuild
@@ -14,14 +14,14 @@ S="${WORKDIR}/glaze-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="doc examples fuzzing test"
+IUSE="examples fuzzing test"
RESTRICT="!test? ( test )"
DEPEND="
test? (
- dev-cpp/ut2-glaze
dev-cpp/asio
>=dev-cpp/eigen-3.4
+ dev-cpp/ut2-glaze
)
"
RDEPEND="${DEPEND}"
@@ -35,9 +35,9 @@ src_configure() {
local mycmakeargs=(
-DCMAKE_SKIP_INSTALL_RULES=OFF
-Dglaze_DEVELOPER_MODE=ON
- -Dglaze_ENABLE_FUZZING=$(usex fuzzing ON OFF)
- -Dglaze_BUILD_EXAMPLES=$(usex examples ON OFF)
- -DBUILD_TESTING=$(usex test ON OFF)
+ -Dglaze_ENABLE_FUZZING=$(usex fuzzing)
+ -Dglaze_BUILD_EXAMPLES=$(usex examples)
+ -DBUILD_TESTING=$(usex test)
)
cmake_src_configure
diff --git a/dev-cpp/glaze/metadata.xml b/dev-cpp/glaze/metadata.xml
index 542e2c53d7b9..fbc0f79301a8 100644
--- a/dev-cpp/glaze/metadata.xml
+++ b/dev-cpp/glaze/metadata.xml
@@ -14,7 +14,6 @@
</longdescription>
<use>
<flag name="fuzzing">Build fuzzers (not install)</flag>
- <flag name="doc">Install README files</flag>
<flag name="examples">Build examples (not install)</flag>
</use>
<upstream>
next reply other threads:[~2025-06-22 9:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-22 9:56 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-23 9:47 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/glaze/ Sam James
2025-06-22 9:56 Sam James
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=1750585941.e32e7c8a1d9e489c30dd13ffc2859752c3b46740.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