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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF7C7158086 for ; Sun, 7 Nov 2021 07:51:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D7512BC0F9; Sun, 7 Nov 2021 07:51:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D2362BC0F7 for ; Sun, 7 Nov 2021 07:51:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80A963431B7 for ; Sun, 7 Nov 2021 07:51:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12388197 for ; Sun, 7 Nov 2021 07:51:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1636271501.05a89449b401ae6bcfedd77febb925ff4402bfa0.sam@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-r4.ebuild mail-mta/notqmail/notqmail-1.08-r5.ebuild mail-mta/notqmail/notqmail-9999.ebuild X-VCS-Directories: mail-mta/notqmail/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 05a89449b401ae6bcfedd77febb925ff4402bfa0 X-VCS-Branch: master Date: Sun, 7 Nov 2021 07:51:53 +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: c70c543b-3b61-4407-aea2-bec67bf050ce X-Archives-Hash: 7ce980ca980528488118e2aaf647e31c commit: 05a89449b401ae6bcfedd77febb925ff4402bfa0 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Oct 19 17:50:34 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 7 07:51:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05a89449 mail-mta/notqmail: remove dependency to virtual/checkpassword This is an optional runtime dependency. Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sam James gentoo.org> mail-mta/notqmail/{notqmail-1.08-r4.ebuild => notqmail-1.08-r5.ebuild} | 1 - mail-mta/notqmail/notqmail-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/mail-mta/notqmail/notqmail-1.08-r4.ebuild b/mail-mta/notqmail/notqmail-1.08-r5.ebuild similarity index 99% rename from mail-mta/notqmail/notqmail-1.08-r4.ebuild rename to mail-mta/notqmail/notqmail-1.08-r5.ebuild index e9e36f9d913..62f982fa263 100644 --- a/mail-mta/notqmail/notqmail-1.08-r4.ebuild +++ b/mail-mta/notqmail/notqmail-1.08-r5.ebuild @@ -95,7 +95,6 @@ RDEPEND="${DEPEND} !mail-mta/ssmtp[mta] " PDEPEND=" - virtual/checkpassword virtual/daemontools " diff --git a/mail-mta/notqmail/notqmail-9999.ebuild b/mail-mta/notqmail/notqmail-9999.ebuild index baec765a78d..d622c556ab5 100644 --- a/mail-mta/notqmail/notqmail-9999.ebuild +++ b/mail-mta/notqmail/notqmail-9999.ebuild @@ -92,7 +92,6 @@ RDEPEND="${DEPEND} !mail-mta/ssmtp[mta] " PDEPEND=" - virtual/checkpassword virtual/daemontools "