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 1D7AF1382C5 for ; Wed, 30 Dec 2020 15:55:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58042E0A8D; Wed, 30 Dec 2020 15:55:30 +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 3C58BE0A8D for ; Wed, 30 Dec 2020 15:55:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 04AF23411D4 for ; Wed, 30 Dec 2020 15:55:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52EAAC3 for ; Wed, 30 Dec 2020 15:55:27 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1609343653.d430e8b009e09f0c9531ac6e28e7183825c20136.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/notqmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/notqmail/notqmail-1.08-r3.ebuild mail-mta/notqmail/notqmail-9999.ebuild X-VCS-Directories: mail-mta/notqmail/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: d430e8b009e09f0c9531ac6e28e7183825c20136 X-VCS-Branch: master Date: Wed, 30 Dec 2020 15:55:27 +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: 7c83d210-bb9f-419d-887d-03e684c1c167 X-Archives-Hash: e66a5f4af093a7c1988897a5b5a553c5 commit: d430e8b009e09f0c9531ac6e28e7183825c20136 Author: Rolf Eike Beer sf-mail de> AuthorDate: Wed Dec 30 13:15:55 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Dec 30 15:54:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d430e8b0 mail-mta/notqmail: remove broken USE=libressl Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sergei Trofimovich gentoo.org> mail-mta/notqmail/notqmail-1.08-r3.ebuild | 9 +++------ mail-mta/notqmail/notqmail-9999.ebuild | 9 +++------ 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/mail-mta/notqmail/notqmail-1.08-r3.ebuild b/mail-mta/notqmail/notqmail-1.08-r3.ebuild index fb99546c87e..3e4ded9011a 100644 --- a/mail-mta/notqmail/notqmail-1.08-r3.ebuild +++ b/mail-mta/notqmail/notqmail-1.08-r3.ebuild @@ -56,18 +56,15 @@ SRC_URI="${SRC_URI} LICENSE="public-domain" SLOT="0" -IUSE="authcram gencertdaily highvolume libressl -pop3 qmail-spp ssl test vanilla" -REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume !authcram !gencertdaily ) gencertdaily? ( ssl ) libressl? ( ssl )" +IUSE="authcram gencertdaily highvolume -pop3 qmail-spp ssl test vanilla" +REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume !authcram !gencertdaily ) gencertdaily? ( ssl )" RESTRICT="!test? ( test )" DEPEND=" net-dns/libidn2 net-mail/queue-repair sys-apps/gentoo-functions - ssl? ( - !libressl? ( >=dev-libs/openssl-1.1:0= ) - libressl? ( dev-libs/libressl:= ) - ) + ssl? ( >=dev-libs/openssl-1.1:0= ) test? ( dev-libs/check ) " RDEPEND="${DEPEND} diff --git a/mail-mta/notqmail/notqmail-9999.ebuild b/mail-mta/notqmail/notqmail-9999.ebuild index 207bd50aa15..f5ec0ad8013 100644 --- a/mail-mta/notqmail/notqmail-9999.ebuild +++ b/mail-mta/notqmail/notqmail-9999.ebuild @@ -56,18 +56,15 @@ SRC_URI="${SRC_URI} LICENSE="public-domain" SLOT="0" -IUSE="authcram gencertdaily highvolume libressl -pop3 qmail-spp ssl test vanilla" -REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume !authcram !gencertdaily ) gencertdaily? ( ssl ) libressl? ( ssl )" +IUSE="authcram gencertdaily highvolume -pop3 qmail-spp ssl test vanilla" +REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume !authcram !gencertdaily ) gencertdaily? ( ssl )" RESTRICT="!test? ( test )" DEPEND=" net-dns/libidn2 net-mail/queue-repair sys-apps/gentoo-functions - ssl? ( - !libressl? ( >=dev-libs/openssl-1.1:0= ) - libressl? ( dev-libs/libressl:= ) - ) + ssl? ( >=dev-libs/openssl-1.1:0= ) test? ( dev-libs/check ) " RDEPEND="${DEPEND}