diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2022-12-31 22:32:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-31 22:40:03 +0000 |
commit | 9e1bcf7d0aa3975961de47467ed2185b3330c348 (patch) | |
tree | 287600e200b240b518794561c2754014461d49e3 /mail-mta | |
parent | Revert "qmail.eclass: remove remnants of USE=pop3" (diff) | |
download | gentoo-9e1bcf7d0aa3975961de47467ed2185b3330c348.tar.gz gentoo-9e1bcf7d0aa3975961de47467ed2185b3330c348.tar.bz2 gentoo-9e1bcf7d0aa3975961de47467ed2185b3330c348.zip |
mail-mta/n[eo]tqmail: drop ucspi-ssl dependency for pop3s
Bug: https://bugs.gentoo.org/889216
Bug: https://bugs.gentoo.org/889218
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/netqmail/netqmail-1.06-r14.ebuild | 5 | ||||
-rw-r--r-- | mail-mta/netqmail/netqmail-1.06-r16.ebuild | 5 | ||||
-rw-r--r-- | mail-mta/notqmail/notqmail-1.08-r5.ebuild | 3 | ||||
-rw-r--r-- | mail-mta/notqmail/notqmail-1.08-r6.ebuild | 3 | ||||
-rw-r--r-- | mail-mta/notqmail/notqmail-9999.ebuild | 3 |
5 files changed, 2 insertions, 17 deletions
diff --git a/mail-mta/netqmail/netqmail-1.06-r14.ebuild b/mail-mta/netqmail/netqmail-1.06-r14.ebuild index e1f204048728..b97074ac9ce7 100644 --- a/mail-mta/netqmail/netqmail-1.06-r14.ebuild +++ b/mail-mta/netqmail/netqmail-1.06-r14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -67,9 +67,6 @@ RDEPEND="${DEPEND} virtual/checkpassword virtual/daemontools authcram? ( >=net-mail/cmd5checkpw-0.30 ) - ssl? ( - pop3? ( sys-apps/ucspi-ssl ) - ) !mail-mta/courier !mail-mta/esmtp !mail-mta/exim diff --git a/mail-mta/netqmail/netqmail-1.06-r16.ebuild b/mail-mta/netqmail/netqmail-1.06-r16.ebuild index 3a8a3899566f..eac15c056ce8 100644 --- a/mail-mta/netqmail/netqmail-1.06-r16.ebuild +++ b/mail-mta/netqmail/netqmail-1.06-r16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -65,9 +65,6 @@ DEPEND=" RDEPEND="${DEPEND} sys-apps/ucspi-tcp authcram? ( >=net-mail/cmd5checkpw-0.30 ) - ssl? ( - pop3? ( sys-apps/ucspi-ssl ) - ) !mail-mta/courier !mail-mta/esmtp !mail-mta/exim diff --git a/mail-mta/notqmail/notqmail-1.08-r5.ebuild b/mail-mta/notqmail/notqmail-1.08-r5.ebuild index 9717aa7f830d..e46c90306906 100644 --- a/mail-mta/notqmail/notqmail-1.08-r5.ebuild +++ b/mail-mta/notqmail/notqmail-1.08-r5.ebuild @@ -78,9 +78,6 @@ RDEPEND="${DEPEND} acct-user/qmailr acct-user/qmails sys-apps/ucspi-tcp - ssl? ( - pop3? ( sys-apps/ucspi-ssl ) - ) !mail-mta/courier !mail-mta/esmtp !mail-mta/exim diff --git a/mail-mta/notqmail/notqmail-1.08-r6.ebuild b/mail-mta/notqmail/notqmail-1.08-r6.ebuild index 8e5a4d4b1b99..55cc84b9f590 100644 --- a/mail-mta/notqmail/notqmail-1.08-r6.ebuild +++ b/mail-mta/notqmail/notqmail-1.08-r6.ebuild @@ -89,9 +89,6 @@ RDEPEND="${DEPEND} acct-user/qmailr acct-user/qmails sys-apps/ucspi-tcp - ssl? ( - pop3? ( sys-apps/ucspi-ssl ) - ) !mail-mta/courier !mail-mta/esmtp !mail-mta/exim diff --git a/mail-mta/notqmail/notqmail-9999.ebuild b/mail-mta/notqmail/notqmail-9999.ebuild index f07147afa4d4..3b797f2022b1 100644 --- a/mail-mta/notqmail/notqmail-9999.ebuild +++ b/mail-mta/notqmail/notqmail-9999.ebuild @@ -86,9 +86,6 @@ RDEPEND="${DEPEND} acct-user/qmailr acct-user/qmails sys-apps/ucspi-tcp - ssl? ( - pop3? ( sys-apps/ucspi-ssl ) - ) !mail-mta/courier !mail-mta/esmtp !mail-mta/exim |