diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-12-31 19:20:58 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-12-31 19:31:02 +0100 |
commit | bbc98bfdcbeb0d54f0a389eb7c92f1ffd64af7c6 (patch) | |
tree | eb276f061d577f4e13fd59bd7fada9b0e33e89f1 /mail-mta | |
parent | sys-apps/ucspi-ssl: treeclean (diff) | |
download | gentoo-bbc98bfdcbeb0d54f0a389eb7c92f1ffd64af7c6.tar.gz gentoo-bbc98bfdcbeb0d54f0a389eb7c92f1ffd64af7c6.tar.bz2 gentoo-bbc98bfdcbeb0d54f0a389eb7c92f1ffd64af7c6.zip |
mail-mta/netqmail: Remove USE=pop3
Signed-off-by: Jakov Smolić <jsmolic@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, 4 insertions, 10 deletions
diff --git a/mail-mta/netqmail/netqmail-1.06-r14.ebuild b/mail-mta/netqmail/netqmail-1.06-r14.ebuild index e1f204048728..de1b07a4b18c 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 @@ -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 pop3 qmail-spp ssl vanilla" +IUSE="authcram gencertdaily highvolume qmail-spp ssl vanilla" REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume )" RESTRICT="test" @@ -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..10daf0337012 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 @@ -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 pop3 qmail-spp ssl vanilla" +IUSE="authcram gencertdaily highvolume qmail-spp ssl vanilla" REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume )" RESTRICT="test" @@ -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 |