commit:     e69a9506559e6d74b00f85765cdd4b046a9c8a0e
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 26 01:10:03 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 01:10:03 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e69a9506

app-admin/lastpass-cli: add libressl support

Package-Manager: portage-2.2.24

 app-admin/lastpass-cli/lastpass-cli-0.6.0.ebuild | 5 +++--
 1 file 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 e112950..0e59c06 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 )

Reply via email to