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 5048359CA5 for ; Mon, 21 Mar 2016 21:25:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95B5721C060; Mon, 21 Mar 2016 21:25:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C0E321C060 for ; Mon, 21 Mar 2016 21:25:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1899A340A42 for ; Mon, 21 Mar 2016 21:25:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE911853 for ; Mon, 21 Mar 2016 21:25:01 +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: <1458595501.75e8a96e67b312ab0856e764561090b3318fb88e.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.8.1.ebuild app-admin/lastpass-cli/lastpass-cli-0.9.0.ebuild X-VCS-Directories: app-admin/lastpass-cli/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 75e8a96e67b312ab0856e764561090b3318fb88e X-VCS-Branch: master Date: Mon, 21 Mar 2016 21:25:01 +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: 7b165335-7a7e-40ca-8d27-a9c3320323e1 X-Archives-Hash: 2a8643a66f473d2523bc117d68f56db6 commit: 75e8a96e67b312ab0856e764561090b3318fb88e Author: Anthony G. Basile gentoo org> AuthorDate: Mon Mar 21 21:25:01 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Mar 21 21:25:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e8a96e app-admin/lastpass-cli: fix openssl and libressl slots Package-Manager: portage-2.2.26 app-admin/lastpass-cli/lastpass-cli-0.8.1.ebuild | 4 ++-- app-admin/lastpass-cli/lastpass-cli-0.9.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-admin/lastpass-cli/lastpass-cli-0.8.1.ebuild b/app-admin/lastpass-cli/lastpass-cli-0.8.1.ebuild index 9caa545..be1b314 100644 --- a/app-admin/lastpass-cli/lastpass-cli-0.8.1.ebuild +++ b/app-admin/lastpass-cli/lastpass-cli-0.8.1.ebuild @@ -17,8 +17,8 @@ IUSE="libressl X +pinentry" RDEPEND=" X? ( || ( x11-misc/xclip x11-misc/xsel ) ) - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) net-misc/curl dev-libs/libxml2 pinentry? ( app-crypt/pinentry ) diff --git a/app-admin/lastpass-cli/lastpass-cli-0.9.0.ebuild b/app-admin/lastpass-cli/lastpass-cli-0.9.0.ebuild index 08569aa..5802fe2 100644 --- a/app-admin/lastpass-cli/lastpass-cli-0.9.0.ebuild +++ b/app-admin/lastpass-cli/lastpass-cli-0.9.0.ebuild @@ -17,8 +17,8 @@ IUSE="libressl X +pinentry" RDEPEND=" X? ( || ( x11-misc/xclip x11-misc/xsel ) ) - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) net-misc/curl dev-libs/libxml2 pinentry? ( app-crypt/pinentry )