From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5DA841384B4 for ; Sat, 26 Dec 2015 01:03:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07398E079E; Sat, 26 Dec 2015 01:03:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACA47E079E for ; Sat, 26 Dec 2015 01:03:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6B483403C1 for ; Sat, 26 Dec 2015 01:03:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 078C5CE6 for ; Sat, 26 Dec 2015 01:03:09 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1451092203.e69a9506559e6d74b00f85765cdd4b046a9c8a0e.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/lastpass-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/lastpass-cli/lastpass-cli-0.6.0.ebuild X-VCS-Directories: app-admin/lastpass-cli/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: e69a9506559e6d74b00f85765cdd4b046a9c8a0e X-VCS-Branch: master Date: Sat, 26 Dec 2015 01:03:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: da63870e-80b2-4846-84b9-c40774986135 X-Archives-Hash: 67c0de545b2447768c920ca97498529a commit: e69a9506559e6d74b00f85765cdd4b046a9c8a0e Author: Anthony G. Basile gentoo org> AuthorDate: Sat Dec 26 01:10:03 2015 +0000 Commit: Anthony G. Basile gentoo 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 )