diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2022-12-31 22:27:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-31 22:39:45 +0000 |
commit | d22f9a5e29fa7f182abf8eec54616e1ed4c9f946 (patch) | |
tree | d3932a807e8ca788eb077f86ca3e843b225ac3e2 /mail-mta | |
parent | */*: adapt to USE=heif being a global USE flag (diff) | |
download | gentoo-d22f9a5e29fa7f182abf8eec54616e1ed4c9f946.tar.gz gentoo-d22f9a5e29fa7f182abf8eec54616e1ed4c9f946.tar.bz2 gentoo-d22f9a5e29fa7f182abf8eec54616e1ed4c9f946.zip |
Revert "mail-mta/netqmail: Remove USE=pop3"
This reverts commit bbc98bfdcbeb0d54f0a389eb7c92f1ffd64af7c6.
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 | 7 | ||||
-rw-r--r-- | mail-mta/netqmail/netqmail-1.06-r16.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/mail-mta/netqmail/netqmail-1.06-r14.ebuild b/mail-mta/netqmail/netqmail-1.06-r14.ebuild index de1b07a4b18c..e1f204048728 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-2022 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -42,7 +42,7 @@ SRC_URI="mirror://qmail/${P}.tar.gz LICENSE="public-domain" SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" -IUSE="authcram gencertdaily highvolume qmail-spp ssl vanilla" +IUSE="authcram gencertdaily highvolume pop3 qmail-spp ssl vanilla" REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume )" RESTRICT="test" @@ -67,6 +67,9 @@ 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 10daf0337012..3a8a3899566f 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-2022 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -42,7 +42,7 @@ SRC_URI="mirror://qmail/${P}.tar.gz LICENSE="public-domain" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -IUSE="authcram gencertdaily highvolume qmail-spp ssl vanilla" +IUSE="authcram gencertdaily highvolume pop3 qmail-spp ssl vanilla" REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume )" RESTRICT="test" @@ -65,6 +65,9 @@ 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 |