app-admin/lastpass-cli: re-add libressl support
authorAnthony G. Basile <blueness@gentoo.org>
Sat, 26 Dec 2015 11:07:17 +0000 (06:07 -0500)
committerAnthony G. Basile <blueness@gentoo.org>
Sat, 26 Dec 2015 11:07:33 +0000 (06:07 -0500)
Package-Manager: portage-2.2.24

app-admin/lastpass-cli/lastpass-cli-0.7.1.ebuild

index ee61d92e3e6fadd179a8cde8e4a00308d6c304fe..ca58fd1d904f6f47a06b7edcaf0c53f16dd73b23 100644 (file)
@@ -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 )