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 A88FB138334 for ; Thu, 8 Nov 2018 07:00:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 581C6E09DC; Thu, 8 Nov 2018 07:00:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2B00EE09DC for ; Thu, 8 Nov 2018 07:00: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 BF497335CCD for ; Thu, 8 Nov 2018 07:00:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0844745E for ; Thu, 8 Nov 2018 07:00:37 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1541660423.279e97b718d7a4aae03dd4100d943d81d19ddc6c.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/xca/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/xca/xca-2.1.2.ebuild X-VCS-Directories: app-crypt/xca/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 279e97b718d7a4aae03dd4100d943d81d19ddc6c X-VCS-Branch: master Date: Thu, 8 Nov 2018 07:00:37 +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: b236ea63-85fd-4beb-b365-96c22f81fb6a X-Archives-Hash: 38df7169607428f959033d471055b031 commit: 279e97b718d7a4aae03dd4100d943d81d19ddc6c Author: Alon Bar-Lev gentoo org> AuthorDate: Thu Nov 8 06:56:34 2018 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Thu Nov 8 07:00:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=279e97b7 app-crypt/xca: build with >=dev-libs/libressl-2.7.0 Closes: https://bugs.gentoo.org/show_bug.cgi?id=662594 Signed-off-by: Alon Bar-Lev gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-crypt/xca/xca-2.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/xca/xca-2.1.2.ebuild b/app-crypt/xca/xca-2.1.2.ebuild index 2c29ff4404c..9e097029604 100644 --- a/app-crypt/xca/xca-2.1.2.ebuild +++ b/app-crypt/xca/xca-2.1.2.ebuild @@ -20,7 +20,7 @@ RDEPEND=" dev-qt/qtsql:5[sqlite] dev-qt/qtwidgets:5 !libressl? ( dev-libs/openssl:0=[bindist=] ) - libressl? ( dev-libs/libressl:0= ) + libressl? ( >=dev-libs/libressl-2.7.0:0= ) doc? ( app-text/linuxdoc-tools )" DEPEND="${RDEPEND} dev-qt/linguist-tools:5"