summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-04-30 22:12:32 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-04-30 22:12:54 +0300
commitdcfb63bd92e8084e68c020c53feb45e174c88584 (patch)
treee87cba9519c4c92f35b802564f24d75e1d698f8d /app-admin/lastpass-cli
parentsys-kernel/gentoo-sources: Clean-up of 5.10.X series (diff)
downloadgentoo-dcfb63bd92e8084e68c020c53feb45e174c88584.tar.gz
gentoo-dcfb63bd92e8084e68c020c53feb45e174c88584.tar.bz2
gentoo-dcfb63bd92e8084e68c020c53feb45e174c88584.zip
app-admin/lastpass-cli: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-admin/lastpass-cli')
-rw-r--r--app-admin/lastpass-cli/lastpass-cli-1.3.3.ebuild5
1 files 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 b202c4fb1ad2..27b8506f0ea3 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 )