From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libident/
Date: Fri, 12 May 2023 03:22:41 +0000 (UTC) [thread overview]
Message-ID: <1683860139.dfc54f1fdca4c1aa0c20a2168d85fadcb6fdd6b9.sam@gentoo> (raw)
commit: dfc54f1fdca4c1aa0c20a2168d85fadcb6fdd6b9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 12 02:40:50 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 12 02:55:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc54f1f
net-libs/libident: wire up (restricted) tests
Interactive.
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/libident/libident-0.32-r1.ebuild | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/net-libs/libident/libident-0.32-r1.ebuild b/net-libs/libident/libident-0.32-r1.ebuild
index e225b30168ef..5faec7595bc3 100644
--- a/net-libs/libident/libident-0.32-r1.ebuild
+++ b/net-libs/libident/libident-0.32-r1.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
@@ -12,6 +12,9 @@ SRC_URI="http://people.via.ecp.fr/~rem/libident/${P}.tar.bz2"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
+IUSE="test"
+# Interactive tests only.
+RESTRICT="!test? ( test ) test"
src_prepare() {
default
@@ -19,7 +22,9 @@ src_prepare() {
}
src_configure() {
- econf --disable-static
+ econf \
+ --disable-static \
+ $(use_enable test testers)
}
src_install() {
next reply other threads:[~2023-05-12 3:22 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-12 3:22 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-03-12 12:33 [gentoo-commits] repo/gentoo:master commit in: net-libs/libident/ Arthur Zamarin
2020-11-15 23:24 David Seifert
2020-06-08 16:34 Mart Raudsepp
2020-06-08 6:41 Michał Górny
2020-05-08 6:25 Mart Raudsepp
2018-04-17 20:27 David Seifert
2018-04-16 21:26 Sergei Trofimovich
2018-03-31 20:00 Sergei Trofimovich
2018-03-05 13:57 Tobias Klausmann
2018-02-18 21:48 Thomas Deutschmann
2018-02-17 20:46 Sergei Trofimovich
2017-08-23 8:57 Amy Liffey
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=1683860139.dfc54f1fdca4c1aa0c20a2168d85fadcb6fdd6b9.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