commit:     dcfb63bd92e8084e68c020c53feb45e174c88584
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 19:12:32 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 19:12:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcfb63bd

app-admin/lastpass-cli: remove libressl support

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

 app-admin/lastpass-cli/lastpass-cli-1.3.3.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-admin/lastpass-cli/lastpass-cli-1.3.3.ebuild 
b/app-admin/lastpass-cli/lastpass-cli-1.3.3.ebuild
index b202c4fb1ad..27b8506f0ea 100644
--- a/app-admin/lastpass-cli/lastpass-cli-1.3.3.ebuild
+++ b/app-admin/lastpass-cli/lastpass-cli-1.3.3.ebuild
@@ -14,13 +14,12 @@ 
SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 SLOT="0"
 LICENSE="GPL-2+ GPL-2+-with-openssl-exception"
 KEYWORDS="amd64 x86"
-IUSE="libressl X +pinentry test"
+IUSE="X +pinentry test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
        X? ( || ( x11-misc/xclip x11-misc/xsel ) )
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
+       dev-libs/openssl:0=
        net-misc/curl
        dev-libs/libxml2
        pinentry? ( app-crypt/pinentry )

Reply via email to