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: sci-chemistry/dssp/
Date: Sat, 24 May 2025 03:00:21 +0000 (UTC)	[thread overview]
Message-ID: <1748055582.99785a80e0951f6cb4a082ce818c0e4b19c2fd97.sam@gentoo> (raw)

commit:     99785a80e0951f6cb4a082ce818c0e4b19c2fd97
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 02:59:42 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 24 02:59:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99785a80

sci-chemistry/dssp: conditionally build tests

9->6 targets when tests are disabled

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-chemistry/dssp/dssp-4.5.3.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sci-chemistry/dssp/dssp-4.5.3.ebuild b/sci-chemistry/dssp/dssp-4.5.3.ebuild
index 2488a9a03d48..21afe033598e 100644
--- a/sci-chemistry/dssp/dssp-4.5.3.ebuild
+++ b/sci-chemistry/dssp/dssp-4.5.3.ebuild
@@ -13,7 +13,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 # doc disabled as it only generates a PDF from the manpage for now
 # https://github.com/PDB-REDO/dssp/issues/64
-#IUSE="doc"
+IUSE="test"
+RESTRICT="!test? ( test )"
 
 CDEPEND="
 	dev-libs/boost:=[zlib]
@@ -42,6 +43,7 @@ src_configure() {
 		-DINSTALL_LIBRARY=YES
 		#-DBUILD_DOCUMENTATION=$(usex doc)
 		-DBUILD_DOCUMENTATION=NO
+		-DBUILD_TESTING=$(usex test)
 	)
 	cmake_src_configure
 }


             reply	other threads:[~2025-05-24  3:00 UTC|newest]

Thread overview: 57+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-24  3:00 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-05  9:11 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/dssp/ Pacho Ramos
2025-10-05  9:11 Pacho Ramos
2025-10-05  9:11 Pacho Ramos
2025-08-14 12:59 Pacho Ramos
2025-08-14 12:59 Pacho Ramos
2025-07-10 19:25 Arthur Zamarin
2025-05-22 14:07 Pacho Ramos
2025-05-22 14:07 Pacho Ramos
2025-04-13 16:44 Pacho Ramos
2025-04-13 16:44 Pacho Ramos
2025-04-13 16:44 Pacho Ramos
2025-04-13 16:44 Pacho Ramos
2025-03-05 18:12 Pacho Ramos
2025-01-31 18:35 Pacho Ramos
2025-01-13 12:56 Sam James
2024-10-17 11:56 Pacho Ramos
2024-10-17  8:51 Pacho Ramos
2024-10-17  8:51 Pacho Ramos
2024-06-01 11:08 Pacho Ramos
2024-05-18 10:06 Pacho Ramos
2024-05-18 10:06 Pacho Ramos
2024-05-18 10:06 Pacho Ramos
2023-10-26 15:09 Pacho Ramos
2023-07-21  8:01 Pacho Ramos
2023-07-21  8:01 Pacho Ramos
2023-07-20  8:12 Pacho Ramos
2023-07-20  8:12 Pacho Ramos
2023-06-08  9:39 Pacho Ramos
2023-04-18 15:08 Pacho Ramos
2023-02-26 15:51 Pacho Ramos
2023-02-26 15:51 Pacho Ramos
2023-01-02 14:04 Andreas Sturmlechner
2022-12-05 20:17 Arthur Zamarin
2022-12-04 14:50 Pacho Ramos
2022-12-04 14:50 Pacho Ramos
2022-09-04 13:03 David Seifert
2022-09-04 12:23 David Seifert
2022-07-06  5:18 Arthur Zamarin
2022-06-02  4:03 Sam James
2022-03-17 13:36 Jakov Smolić
2022-03-13 18:36 Pacho Ramos
2021-11-16 10:08 Jakov Smolić
2021-11-16  7:50 Agostino Sarubbo
2021-11-16  3:14 Sam James
2021-11-06  8:53 Pacho Ramos
2021-11-06  8:53 Pacho Ramos
2021-10-10 20:48 Sam James
2021-10-05  6:48 Agostino Sarubbo
2021-10-04 11:00 Agostino Sarubbo
2021-10-03 18:45 Pacho Ramos
2021-09-02 12:01 Pacho Ramos
2021-09-02 12:01 Pacho Ramos
2021-09-02 12:01 Pacho Ramos
2021-09-02 12:01 Pacho Ramos
2021-09-02 12:01 Pacho Ramos
2021-06-18 19:18 David Seifert

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=1748055582.99785a80e0951f6cb4a082ce818c0e4b19c2fd97.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