commit:     7292f6ff3432adbc946046f1b43c8882c3e9ba00
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 17:22:17 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  2 17:22:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7292f6ff

app-crypt/swtpm: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 app-crypt/swtpm/swtpm-0.5.2.ebuild | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/app-crypt/swtpm/swtpm-0.5.2.ebuild 
b/app-crypt/swtpm/swtpm-0.5.2.ebuild
index 7cf67bd70df..0042a1df1f8 100644
--- a/app-crypt/swtpm/swtpm-0.5.2.ebuild
+++ b/app-crypt/swtpm/swtpm-0.5.2.ebuild
@@ -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="
@@ -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 )
 "
 

Reply via email to