summaryrefslogtreecommitdiff
path: root/app-admin
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-12-25 20:10:03 -0500
committerAnthony G. Basile <blueness@gentoo.org>2015-12-25 20:10:03 -0500
commite69a9506559e6d74b00f85765cdd4b046a9c8a0e (patch)
treee0bcb4b82667f041e1ff8d1a9a592a0025bf9e49 /app-admin
parent36489dd5e040ef943793f26576a9432d869d63ee (diff)
downloadgentoo-e69a9506559e6d74b00f85765cdd4b046a9c8a0e.tar.gz
gentoo-e69a9506559e6d74b00f85765cdd4b046a9c8a0e.tar.xz
app-admin/lastpass-cli: add libressl support
Package-Manager: portage-2.2.24
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/lastpass-cli/lastpass-cli-0.6.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-admin/lastpass-cli/lastpass-cli-0.6.0.ebuild b/app-admin/lastpass-cli/lastpass-cli-0.6.0.ebuild
index e1129508d83..0e59c065246 100644
--- a/app-admin/lastpass-cli/lastpass-cli-0.6.0.ebuild
+++ b/app-admin/lastpass-cli/lastpass-cli-0.6.0.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 )