summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-admin/lastpass-cli/lastpass-cli-0.7.1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-admin/lastpass-cli/lastpass-cli-0.7.1.ebuild b/app-admin/lastpass-cli/lastpass-cli-0.7.1.ebuild
index ee61d92e3e6f..ca58fd1d904f 100644
--- a/app-admin/lastpass-cli/lastpass-cli-0.7.1.ebuild
+++ b/app-admin/lastpass-cli/lastpass-cli-0.7.1.ebuild
@@ -11,11 +11,12 @@ HOMEPAGE="https://github.com/lastpass/lastpass-cli"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
-IUSE="X +pinentry"
+IUSE="libressl X +pinentry"
RDEPEND="
X? ( || ( x11-misc/xclip x11-misc/xsel ) )
- dev-libs/openssl:0
+ !libressl? ( dev-libs/openssl:0 )
+ libressl? ( dev-libs/libressl )
net-misc/curl
dev-libs/libxml2
pinentry? ( app-crypt/pinentry )