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 0D71313835B for ; Sun, 2 May 2021 19:52:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22B79E0923; Sun, 2 May 2021 19:52:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 08FF3E0909 for ; Sun, 2 May 2021 19:52:46 +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 0FC61340AB5 for ; Sun, 2 May 2021 19:52:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A22373D for ; Sun, 2 May 2021 19:52:43 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1619985136.bec4eaa82a9ef038679ee01705476eb116752591.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: app-crypt/qca/ X-VCS-Repository: proj/qt X-VCS-Files: app-crypt/qca/qca-9999.ebuild X-VCS-Directories: app-crypt/qca/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bec4eaa82a9ef038679ee01705476eb116752591 X-VCS-Branch: master Date: Sun, 2 May 2021 19:52:43 +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: 2f466d21-8393-417c-ad87-bffe0fcff461 X-Archives-Hash: 88e8594f12b102d379874f7c01c108e9 commit: bec4eaa82a9ef038679ee01705476eb116752591 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 2 19:51:16 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 2 19:52:16 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=bec4eaa8 app-crypt/qca: Drop IUSE=libressl Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> app-crypt/qca/qca-9999.ebuild | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/app-crypt/qca/qca-9999.ebuild b/app-crypt/qca/qca-9999.ebuild index a067daa7..39801558 100644 --- a/app-crypt/qca/qca-9999.ebuild +++ b/app-crypt/qca/qca-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,13 +11,10 @@ HOMEPAGE="https://userbase.kde.org/QCA" LICENSE="LGPL-2.1" SLOT="2" KEYWORDS="" -IUSE="botan debug doc examples gcrypt gpg libressl logger nss pkcs11 sasl softstore +ssl test" +IUSE="botan debug doc examples gcrypt gpg logger nss pkcs11 sasl softstore +ssl test" RESTRICT="!test? ( test )" -BDEPEND=" - doc? ( app-doc/doxygen ) -" RDEPEND=" dev-qt/qtcore:5 botan? ( dev-libs/botan:= ) @@ -25,15 +22,11 @@ RDEPEND=" gpg? ( app-crypt/gnupg ) nss? ( dev-libs/nss ) pkcs11? ( - !libressl? ( >=dev-libs/openssl-1.1 ) - libressl? ( dev-libs/libressl ) + >=dev-libs/openssl-1.1 dev-libs/pkcs11-helper ) sasl? ( dev-libs/cyrus-sasl:2 ) - ssl? ( - !libressl? ( >=dev-libs/openssl-1.1:0= ) - libressl? ( dev-libs/libressl:= ) - ) + ssl? ( >=dev-libs/openssl-1.1:0= ) " DEPEND="${RDEPEND} test? ( @@ -41,6 +34,7 @@ DEPEND="${RDEPEND} dev-qt/qttest:5 ) " +BDEPEND="doc? ( app-doc/doxygen )" PATCHES=( "${FILESDIR}/${PN}-disable-pgp-test.patch" )