Skip to content

Commit

Permalink
app-crypt/swtpm: remove libressl support
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <[email protected]>
  • Loading branch information
Zlogene committed May 2, 2021
1 parent 5cde9fd commit 7292f6f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions app-crypt/swtpm/swtpm-0.5.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SRC_URI="https://github.com/stefanberger/swtpm/archive/v${PV}.tar.gz -> ${P}.tar
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE="fuse gnutls libressl seccomp test"
IUSE="fuse gnutls seccomp test"
RESTRICT="!test? ( test )"

COMMON_DEPEND="
Expand All @@ -26,14 +26,8 @@ COMMON_DEPEND="
dev-libs/libtasn1:=
>=net-libs/gnutls-3.1.0[tools]
)
!libressl? (
dev-libs/openssl:0=
dev-libs/libtpms[-libressl]
)
libressl? (
dev-libs/libressl:0=
dev-libs/libtpms[libressl]
)
dev-libs/openssl:0=
dev-libs/libtpms
seccomp? ( sys-libs/libseccomp )
"

Expand Down

0 comments on commit 7292f6f

Please sign in to comment.