summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2023-04-07 20:15:19 +0200
committerJason A. Donenfeld <zx2c4@gentoo.org>2023-04-07 20:16:30 +0200
commit0cb75896d9acfea6936248b325e2c37914e92383 (patch)
treed8fc14603b80600b3f020acf67cd581d143a87d3 /app-crypt/yubihsm-shell/yubihsm-shell-2.4.0.ebuild
parentdev-ruby/arel-helpers: enable ruby31 (diff)
downloadgentoo-0cb75896d9acfea6936248b325e2c37914e92383.tar.gz
gentoo-0cb75896d9acfea6936248b325e2c37914e92383.tar.bz2
gentoo-0cb75896d9acfea6936248b325e2c37914e92383.zip
app-crypt/yubihsm-shell: do not run hw-dependent tests and sanitize cflags
Closes: https://bugs.gentoo.org/903983 Closes: https://bugs.gentoo.org/903984 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
Diffstat (limited to 'app-crypt/yubihsm-shell/yubihsm-shell-2.4.0.ebuild')
-rw-r--r--app-crypt/yubihsm-shell/yubihsm-shell-2.4.0.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-crypt/yubihsm-shell/yubihsm-shell-2.4.0.ebuild b/app-crypt/yubihsm-shell/yubihsm-shell-2.4.0.ebuild
index 6ff4ec262044..acc0bbc3eb7c 100644
--- a/app-crypt/yubihsm-shell/yubihsm-shell-2.4.0.ebuild
+++ b/app-crypt/yubihsm-shell/yubihsm-shell-2.4.0.ebuild
@@ -8,10 +8,12 @@ inherit cmake
DESCRIPTION="Components used to interact with the YubiHSM 2"
HOMEPAGE="https://developers.yubico.com/yubihsm-shell/"
SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz"
+PATCHES=( "${FILESDIR}"/${P}-remove-hardcoded-compiler-opts.patch )
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
+RESTRICT="test"
DEPEND="
dev-libs/openssl:=