diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-12-31 19:21:34 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-12-31 19:31:03 +0100 |
commit | 24dcd3918e1ac751ff9c8d868509ea1fd6390f78 (patch) | |
tree | 267b6631963e30f5d28f318bddcf22e2771b6181 /mail-mta | |
parent | mail-mta/netqmail: Remove USE=pop3 (diff) | |
download | gentoo-24dcd3918e1ac751ff9c8d868509ea1fd6390f78.tar.gz gentoo-24dcd3918e1ac751ff9c8d868509ea1fd6390f78.tar.bz2 gentoo-24dcd3918e1ac751ff9c8d868509ea1fd6390f78.zip |
mail-mta/notqmail: Remove USE=pop3
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'mail-mta')
-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, 3 insertions, 12 deletions
diff --git a/mail-mta/notqmail/notqmail-1.08-r5.ebuild b/mail-mta/notqmail/notqmail-1.08-r5.ebuild index 9717aa7f830d..7c324e45672e 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 pop3 qmail-spp ssl test vanilla" +IUSE=" gencertdaily highvolume qmail-spp ssl test vanilla" REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume !gencertdaily ) gencertdaily? ( ssl )" RESTRICT="!test? ( test )" @@ -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..ea86d4a9ade7 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 pop3 qmail-spp ssl test vanilla" +IUSE="gencertdaily highvolume qmail-spp ssl test vanilla" REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume !gencertdaily ) gencertdaily? ( ssl )" RESTRICT="!test? ( test )" @@ -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..bfa7c200a49a 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 pop3 qmail-spp ssl test vanilla" +IUSE="gencertdaily highvolume qmail-spp ssl test vanilla" REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume !gencertdaily ) gencertdaily? ( ssl )" RESTRICT="!test? ( test )" @@ -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 |