app-admin/lastpass-cli: add libressl support
authorAnthony G. Basile <blueness@gentoo.org>
Sat, 26 Dec 2015 01:10:03 +0000 (20:10 -0500)
committerAnthony G. Basile <blueness@gentoo.org>
Sat, 26 Dec 2015 01:10:03 +0000 (20:10 -0500)
Package-Manager: portage-2.2.24

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

index e1129508d83eaca71cf861ea58d14af219632b4d..0e59c065246726440398194ce1325c2d18060c0e 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 )