Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/lastpass-cli/
Date: Sat, 26 Dec 2015 01:03:21
Message-Id: 1451092203.e69a9506559e6d74b00f85765cdd4b046a9c8a0e.blueness@gentoo
1 commit: e69a9506559e6d74b00f85765cdd4b046a9c8a0e
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 26 01:10:03 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 01:10:03 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e69a9506
7
8 app-admin/lastpass-cli: add libressl support
9
10 Package-Manager: portage-2.2.24
11
12 app-admin/lastpass-cli/lastpass-cli-0.6.0.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/app-admin/lastpass-cli/lastpass-cli-0.6.0.ebuild b/app-admin/lastpass-cli/lastpass-cli-0.6.0.ebuild
16 index e112950..0e59c06 100644
17 --- a/app-admin/lastpass-cli/lastpass-cli-0.6.0.ebuild
18 +++ b/app-admin/lastpass-cli/lastpass-cli-0.6.0.ebuild
19 @@ -11,11 +11,12 @@ HOMEPAGE="https://github.com/lastpass/lastpass-cli"
20 SLOT="0"
21 LICENSE="GPL-2"
22 KEYWORDS="~amd64 ~x86"
23 -IUSE="X +pinentry"
24 +IUSE="libressl X +pinentry"
25
26 RDEPEND="
27 X? ( || ( x11-misc/xclip x11-misc/xsel ) )
28 - dev-libs/openssl:0
29 + !libressl? ( dev-libs/openssl:0 )
30 + libressl? ( dev-libs/libressl )
31 net-misc/curl
32 dev-libs/libxml2
33 pinentry? ( app-crypt/pinentry )