diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2022-12-31 22:27:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-31 22:39:58 +0000 |
commit | 476573cc2c55c78812da922595ed5da7eb31b7ab (patch) | |
tree | 4f4442d87eb5d49c6a619aaa8e4224ae92c917d4 /mail-mta/notqmail | |
parent | Revert "mail-mta/netqmail: Remove USE=pop3" (diff) | |
download | gentoo-476573cc2c55c78812da922595ed5da7eb31b7ab.tar.gz gentoo-476573cc2c55c78812da922595ed5da7eb31b7ab.tar.bz2 gentoo-476573cc2c55c78812da922595ed5da7eb31b7ab.zip |
Revert "mail-mta/notqmail: Remove USE=pop3"
This reverts commit 24dcd3918e1ac751ff9c8d868509ea1fd6390f78.
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/notqmail')
-rw-r--r-- | mail-mta/notqmail/notqmail-1.08-r5.ebuild | 5 | ||||
-rw-r--r-- | mail-mta/notqmail/notqmail-1.08-r6.ebuild | 5 | ||||
-rw-r--r-- | mail-mta/notqmail/notqmail-9999.ebuild | 5 |
3 files changed, 12 insertions, 3 deletions
diff --git a/mail-mta/notqmail/notqmail-1.08-r5.ebuild b/mail-mta/notqmail/notqmail-1.08-r5.ebuild index 7c324e45672e..9717aa7f830d 100644 --- a/mail-mta/notqmail/notqmail-1.08-r5.ebuild +++ b/mail-mta/notqmail/notqmail-1.08-r5.ebuild @@ -56,7 +56,7 @@ SRC_URI="${SRC_URI} LICENSE="public-domain" SLOT="0" -IUSE=" gencertdaily highvolume qmail-spp ssl test vanilla" +IUSE=" gencertdaily highvolume pop3 qmail-spp ssl test vanilla" REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume !gencertdaily ) gencertdaily? ( ssl )" RESTRICT="!test? ( test )" @@ -78,6 +78,9 @@ 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 ea86d4a9ade7..8e5a4d4b1b99 100644 --- a/mail-mta/notqmail/notqmail-1.08-r6.ebuild +++ b/mail-mta/notqmail/notqmail-1.08-r6.ebuild @@ -64,7 +64,7 @@ VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/notqmail.asc LICENSE="public-domain" SLOT="0" -IUSE="gencertdaily highvolume qmail-spp ssl test vanilla" +IUSE="gencertdaily highvolume pop3 qmail-spp ssl test vanilla" REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume !gencertdaily ) gencertdaily? ( ssl )" RESTRICT="!test? ( test )" @@ -89,6 +89,9 @@ 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 bfa7c200a49a..f07147afa4d4 100644 --- a/mail-mta/notqmail/notqmail-9999.ebuild +++ b/mail-mta/notqmail/notqmail-9999.ebuild @@ -61,7 +61,7 @@ VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/notqmail.asc LICENSE="public-domain" SLOT="0" -IUSE="gencertdaily highvolume qmail-spp ssl test vanilla" +IUSE="gencertdaily highvolume pop3 qmail-spp ssl test vanilla" REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume !gencertdaily ) gencertdaily? ( ssl )" RESTRICT="!test? ( test )" @@ -86,6 +86,9 @@ 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 |