From dcfb63bd92e8084e68c020c53feb45e174c88584 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Fri, 30 Apr 2021 22:12:32 +0300 Subject: [PATCH] app-admin/lastpass-cli: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada --- 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 b202c4fb1ad25..27b8506f0ea39 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 )