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: dev-libs/pkcs11-helper/
Date: Tue,  9 May 2023 17:46:32 +0000 (UTC)	[thread overview]
Message-ID: <1683654380.d45ba3abc85a2b1120d9c4c1f948d063e6a4f0c8.sam@gentoo> (raw)

commit:     d45ba3abc85a2b1120d9c4c1f948d063e6a4f0c8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May  9 16:37:29 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  9 17:46:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d45ba3ab

dev-libs/pkcs11-helper: wire up (restricted) tests

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

 dev-libs/pkcs11-helper/pkcs11-helper-1.29.0-r1.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-libs/pkcs11-helper/pkcs11-helper-1.29.0-r1.ebuild b/dev-libs/pkcs11-helper/pkcs11-helper-1.29.0-r1.ebuild
index fa7ca082dda3..fa9b65fb42cf 100644
--- a/dev-libs/pkcs11-helper/pkcs11-helper-1.29.0-r1.ebuild
+++ b/dev-libs/pkcs11-helper/pkcs11-helper-1.29.0-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=8
@@ -10,7 +10,9 @@ SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.bz2"
 LICENSE="|| ( BSD GPL-2 )"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
-IUSE="doc gnutls nss"
+IUSE="doc gnutls nss test"
+# Fails trying to load /usr/lib/pkcs11/provider.so?
+RESTRICT="!test? ( test ) test"
 
 RDEPEND=">=dev-libs/openssl-0.9.7:=
 	gnutls? ( >=net-libs/gnutls-1.4.4:= )
@@ -29,7 +31,8 @@ src_configure() {
 		--disable-crypto-engine-mbedtls \
 		$(use_enable doc) \
 		$(use_enable gnutls crypto-engine-gnutls) \
-		$(use_enable nss crypto-engine-nss)
+		$(use_enable nss crypto-engine-nss) \
+		$(use_enable test tests)
 }
 
 src_install() {


             reply	other threads:[~2023-05-09 17:46 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-09 17:46 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-18 12:28 [gentoo-commits] repo/gentoo:master commit in: dev-libs/pkcs11-helper/ Sam James
2022-12-18 11:44 Sam James
2022-12-18 11:41 Sam James
2022-12-18 11:32 Sam James
2022-06-28  4:18 WANG Xuerui
2022-05-06  7:47 Sam James
2022-05-06  7:47 Sam James
2021-12-16  0:09 Sam James
2021-12-03  4:50 Sam James
2021-11-25 18:09 Arthur Zamarin
2021-11-24 16:46 Sam James
2021-11-24  6:36 Arthur Zamarin
2021-11-24  6:36 Arthur Zamarin
2021-11-24  6:36 Arthur Zamarin
2021-11-24  6:36 Arthur Zamarin
2021-07-24 23:02 Marek Szuba
2021-05-01  7:29 Mikle Kolyada
2019-07-26 16:38 Aaron Bauman
2019-01-07 19:15 Lars Wendler
2018-09-27 23:55 Alon Bar-Lev
2018-09-07 21:08 Alon Bar-Lev
2018-09-07 20:23 Matt Turner
2018-08-30 20:07 Markus Meier
2018-08-22 18:02 Alon Bar-Lev
2018-08-19  7:26 Matt Turner
2018-08-18 22:31 Sergei Trofimovich
2018-08-18 22:24 Sergei Trofimovich
2018-08-17  0:27 Mikle Kolyada
2018-08-16 13:21 Alon Bar-Lev
2018-08-16  0:39 Thomas Deutschmann
2018-08-04 19:10 Alon Bar-Lev
2018-06-15 10:06 Alon Bar-Lev
2018-06-02 19:03 Alon Bar-Lev
2017-07-29 11:37 Alon Bar-Lev
2017-06-19 22:05 Alexis Ballier
2017-03-25 18:11 Alon Bar-Lev
2017-03-15 18:29 Alon Bar-Lev
2017-03-15 15:15 Michael Weber
2017-03-15  6:01 Jeroen Roovers
2017-03-11 17:07 Agostino Sarubbo
2017-03-08  6:03 Markus Meier
2017-03-04 14:02 Agostino Sarubbo
2017-03-04 13:46 Agostino Sarubbo
2017-03-04 13:38 Agostino Sarubbo
2017-03-03 19:14 Tobias Klausmann
2017-01-06  7:13 Alon Bar-Lev
2016-12-08 16:13 Alon Bar-Lev
2015-10-05  8:45 Julian Ospald

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=1683654380.d45ba3abc85a2b1120d9c4c1f948d063e6a4f0c8.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