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 11:00:33
Message-Id: 1451128053.cdb8b91a6bf2b5541eb085ea9d0875a15c0c0d9a.blueness@gentoo
1 commit: cdb8b91a6bf2b5541eb085ea9d0875a15c0c0d9a
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 26 11:07:17 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 11:07:33 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb8b91a
7
8 app-admin/lastpass-cli: re-add libressl support
9
10 Package-Manager: portage-2.2.24
11
12 app-admin/lastpass-cli/lastpass-cli-0.7.1.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/app-admin/lastpass-cli/lastpass-cli-0.7.1.ebuild b/app-admin/lastpass-cli/lastpass-cli-0.7.1.ebuild
16 index ee61d92..ca58fd1 100644
17 --- a/app-admin/lastpass-cli/lastpass-cli-0.7.1.ebuild
18 +++ b/app-admin/lastpass-cli/lastpass-cli-0.7.1.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 )