summaryrefslogtreecommitdiff
path: root/dev-libs/softhsm
diff options
context:
space:
mode:
authorBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 21:19:16 -0500
committerBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 21:19:16 -0500
commit1aaafa6995916beafff236affdb5cac42f7efd43 (patch)
tree41b96fd4c123591da1658c544bd47f28bd315680 /dev-libs/softhsm
parent612872d2f4364137c6d9c687a6ade601439139a0 (diff)
downloadbaldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.gz
baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.xz
baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.zip
Adding metadata
Diffstat (limited to 'dev-libs/softhsm')
-rw-r--r--dev-libs/softhsm/softhsm-2.6.1-r2.ebuild8
-rw-r--r--dev-libs/softhsm/softhsm-2.7.0.ebuild8
2 files changed, 8 insertions, 8 deletions
diff --git a/dev-libs/softhsm/softhsm-2.6.1-r2.ebuild b/dev-libs/softhsm/softhsm-2.6.1-r2.ebuild
index 32042450b97a..403bd8be3af2 100644
--- a/dev-libs/softhsm/softhsm-2.6.1-r2.ebuild
+++ b/dev-libs/softhsm/softhsm-2.6.1-r2.ebuild
@@ -7,14 +7,14 @@ HOMEPAGE="https://www.opendnssec.org/"
SRC_URI="https://www.opendnssec.org/files/source/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="bindist gost libressl migration-tool test"
+IUSE="bindist gost migration-tool test"
RESTRICT="!test? ( test )"
SLOT="2"
LICENSE="BSD"
RDEPEND="migration-tool? ( dev-db/sqlite:3= )
- !libressl? ( dev-libs/openssl:= )
- libressl? ( dev-libs/botan:2 )
+ dev-libs/openssl:=
+ ? ( dev-libs/botan:2 )
!~dev-libs/softhsm-2.0.0:0"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig
@@ -31,7 +31,7 @@ PATCHES="${FILESDIR}/OSSLECDSA.patch"
src_configure() {
econf \
--disable-static \
- --with-crypto-backend=$(usex libressl botan openssl) \
+ --with-crypto-backend=openssl \
--disable-p11-kit \
--localstatedir="${EROOT}/var" \
$(use_enable !bindist ecc) \
diff --git a/dev-libs/softhsm/softhsm-2.7.0.ebuild b/dev-libs/softhsm/softhsm-2.7.0.ebuild
index 03b94ed43e67..3bbad2fd0a74 100644
--- a/dev-libs/softhsm/softhsm-2.7.0.ebuild
+++ b/dev-libs/softhsm/softhsm-2.7.0.ebuild
@@ -9,14 +9,14 @@ HOMEPAGE="https://www.opendnssec.org/"
SRC_URI="https://www.opendnssec.org/files/source/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="bindist gost libressl migration-tool test"
+IUSE="bindist gost migration-tool test"
RESTRICT="!test? ( test )"
SLOT="2"
LICENSE="BSD"
RDEPEND="migration-tool? ( dev-db/sqlite:3= )
- !libressl? ( dev-libs/openssl:= )
- libressl? ( dev-libs/botan-2 )
+ dev-libs/openssl:=
+ ? ( dev-libs/botan-2 )
!~dev-libs/softhsm-2.0.0:0"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig
@@ -39,7 +39,7 @@ src_prepare() {
src_configure() {
econf \
--disable-static \
- --with-crypto-backend=$(usex libressl botan openssl) \
+ --with-crypto-backend=openssl \
--disable-p11-kit \
--localstatedir="${EROOT}/var" \
$(use_enable !bindist ecc) \