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: sys-libs/libstatgrab/
Date: Sun, 14 May 2023 01:35:11 +0000 (UTC)	[thread overview]
Message-ID: <1684027812.57244d4998fd93d5a1e7dae30257325eaadfe0f8.sam@gentoo> (raw)

commit:     57244d4998fd93d5a1e7dae30257325eaadfe0f8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 01:30:12 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 14 01:30:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57244d49

sys-libs/libstatgrab: conditionally build tests

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

 sys-libs/libstatgrab/libstatgrab-0.92.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/sys-libs/libstatgrab/libstatgrab-0.92.ebuild b/sys-libs/libstatgrab/libstatgrab-0.92.ebuild
index 4e723145cf74..bfaaf511ec56 100644
--- a/sys-libs/libstatgrab/libstatgrab-0.92.ebuild
+++ b/sys-libs/libstatgrab/libstatgrab-0.92.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,9 +10,10 @@ SRC_URI="https://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/libst
 LICENSE="|| ( GPL-2 LGPL-2.1 )"
 SLOT="0"
 KEYWORDS="amd64 ~arm arm64 ~ia64 ~loong ppc ~riscv x86"
-IUSE="examples"
+IUSE="examples test"
+RESTRICT="!test? ( test )"
 
-RDEPEND="sys-libs/ncurses"
+RDEPEND="sys-libs/ncurses:="
 DEPEND="${RDEPEND}"
 
 DOCS=( ChangeLog PLATFORMS NEWS AUTHORS README )
@@ -23,6 +24,7 @@ src_configure() {
 		--disable-setuid-binaries
 		--with-ncurses
 		--disable-static
+		$(use_enable test tests)
 	)
 
 	econf "${myeconfargs[@]}"


             reply	other threads:[~2023-05-14  1:35 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-14  1:35 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-18 17:38 [gentoo-commits] repo/gentoo:master commit in: sys-libs/libstatgrab/ Petr Vaněk
2024-09-18 17:38 Petr Vaněk
2023-10-09 18:57 Sam James
2023-10-09  4:53 Sam James
2023-10-09  4:46 Sam James
2023-07-29 10:16 Florian Schmaus
2022-04-15 13:14 Arthur Zamarin
2021-07-26  7:40 Yixun Lan
2021-03-26 16:17 Agostino Sarubbo
2021-03-26 15:06 Agostino Sarubbo
2021-03-26 13:40 Agostino Sarubbo
2021-03-01  9:59 Sam James
2021-02-27  1:00 Sam James
2021-02-27  1:00 Sam James
2021-02-27  1:00 Sam James
2021-02-27  1:00 Sam James
2019-09-11 16:21 Michał Górny
2018-05-20 23:26 Aaron Bauman
2018-05-01 22:15 Sergei Trofimovich
2018-03-31 23:41 Aaron Bauman
2017-06-27 17:56 Alexis Ballier

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=1684027812.57244d4998fd93d5a1e7dae30257325eaadfe0f8.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