From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E8D61138335 for ; Sat, 16 Feb 2019 18:58:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC975E0899; Sat, 16 Feb 2019 18:58:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FDEDE082F for ; Sat, 16 Feb 2019 18:58:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA777335CFC for ; Sat, 16 Feb 2019 18:58:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1DA1537 for ; Sat, 16 Feb 2019 18:58:36 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1550343499.dc0cb10d12df09762d795b0b15237b76591a0266.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/easy-rsa/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/easy-rsa/easy-rsa-3.0.6.ebuild X-VCS-Directories: app-crypt/easy-rsa/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: dc0cb10d12df09762d795b0b15237b76591a0266 X-VCS-Branch: master Date: Sat, 16 Feb 2019 18:58:36 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e5521d54-b28b-4037-aac1-899ad6f058bc X-Archives-Hash: 068fe8b4cdcd3af38865ae13aec43278 commit: dc0cb10d12df09762d795b0b15237b76591a0266 Author: Stefan Strogin gmail com> AuthorDate: Sat Feb 16 08:19:54 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Feb 16 18:58:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc0cb10d app-crypt/easy-rsa: fix slot operators for dependencies Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Stefan Strogin gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11071 Signed-off-by: Aaron Bauman gentoo.org> app-crypt/easy-rsa/easy-rsa-3.0.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/easy-rsa/easy-rsa-3.0.6.ebuild b/app-crypt/easy-rsa/easy-rsa-3.0.6.ebuild index f827f0cc84e..d977a8cc346 100644 --- a/app-crypt/easy-rsa/easy-rsa-3.0.6.ebuild +++ b/app-crypt/easy-rsa/easy-rsa-3.0.6.ebuild @@ -12,8 +12,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="libressl" -DEPEND="!libressl? ( >=dev-libs/openssl-0.9.6:0 ) - libressl? ( dev-libs/libressl )" +DEPEND="!libressl? ( >=dev-libs/openssl-0.9.6:0= ) + libressl? ( dev-libs/libressl:0= )" RDEPEND="${DEPEND} !