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 DFB18138330 for ; Thu, 24 May 2018 19:04:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1D0BE0841; Thu, 24 May 2018 19:04:01 +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 C41C4E0841 for ; Thu, 24 May 2018 19:04:01 +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 CE950335C2C for ; Thu, 24 May 2018 19:03:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38AC927A for ; Thu, 24 May 2018 19:03:58 +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: <1527188623.44bb0f35600b51cbbb68b782ed4f9c7321409d8b.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-1.4.1.ebuild X-VCS-Directories: app-crypt/xca/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 44bb0f35600b51cbbb68b782ed4f9c7321409d8b X-VCS-Branch: master Date: Thu, 24 May 2018 19:03:58 +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: 2ad86d44-c817-44bd-9702-2ba402c12345 X-Archives-Hash: f0988ee9b221b0f2417244847bc9ebf4 commit: 44bb0f35600b51cbbb68b782ed4f9c7321409d8b Author: Alon Bar-Lev gentoo org> AuthorDate: Thu May 24 19:00:49 2018 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Thu May 24 19:03:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44bb0f35 app-crypt/xca: add explicit libltdl dependency Reported-By: Victor Kustov Closes: https://bugs.gentoo.org/show_bug.cgi?id=656410 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-crypt/xca/xca-1.4.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-crypt/xca/xca-1.4.1.ebuild b/app-crypt/xca/xca-1.4.1.ebuild index fe1dd14b691..dc23da6b000 100644 --- a/app-crypt/xca/xca-1.4.1.ebuild +++ b/app-crypt/xca/xca-1.4.1.ebuild @@ -15,6 +15,7 @@ KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="bindist doc libressl" RDEPEND=" + dev-libs/libltdl:0= dev-qt/qtgui:5 dev-qt/qtwidgets:5 !libressl? ( dev-libs/openssl:0=[bindist=] )