From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/teakra/
Date: Fri, 23 May 2025 20:35:34 +0000 (UTC) [thread overview]
Message-ID: <1748032506.569cad5a3fafc0e6d963c17902f1b953fe3928ca.sam@gentoo> (raw)
commit: 569cad5a3fafc0e6d963c17902f1b953fe3928ca
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 23 20:34:39 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 23 20:35:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=569cad5a
dev-libs/teakra: build tests conditionally
37->31 targets w/ tests disabled
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/teakra/teakra-20220224-r1.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-libs/teakra/teakra-20220224-r1.ebuild b/dev-libs/teakra/teakra-20220224-r1.ebuild
index 3c65d876776c..e75e2389c7fa 100644
--- a/dev-libs/teakra/teakra-20220224-r1.ebuild
+++ b/dev-libs/teakra/teakra-20220224-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -24,6 +24,8 @@ fi
LICENSE="MIT"
SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
src_prepare() {
sed -i "s|-Werror||g" ./CMakeLists.txt || die
@@ -34,6 +36,7 @@ src_prepare() {
src_configure() {
local -a mycmakeargs=(
-DCMAKE_SKIP_RPATH="ON"
+ -DTEAKRA_BUILD_UNIT_TESTS="$(usex test)"
)
cmake_src_configure
}
next reply other threads:[~2025-05-23 20:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-23 20:35 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-13 18:02 [gentoo-commits] repo/gentoo:master commit in: dev-libs/teakra/ Maciej Barć
2024-12-13 18:02 Maciej Barć
2024-12-13 18:02 Maciej Barć
2024-12-13 18:02 Maciej Barć
2023-03-04 16:32 Maciej Barć
2022-12-19 22:28 Maciej Barć
2022-03-13 11:10 Maciej Barć
2022-03-13 1:10 Maciej Barć
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=1748032506.569cad5a3fafc0e6d963c17902f1b953fe3928ca.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