diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2020-12-30 14:15:55 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-12-30 15:54:13 +0000 |
commit | d430e8b009e09f0c9531ac6e28e7183825c20136 (patch) | |
tree | e7e62a73cb86a79277adea54c38317e813b68ad5 /mail-mta | |
parent | net-misc/spice-gtk: handle python deps & remove -Werror (diff) | |
download | gentoo-d430e8b009e09f0c9531ac6e28e7183825c20136.tar.gz gentoo-d430e8b009e09f0c9531ac6e28e7183825c20136.tar.bz2 gentoo-d430e8b009e09f0c9531ac6e28e7183825c20136.zip |
mail-mta/notqmail: remove broken USE=libressl
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/notqmail/notqmail-1.08-r3.ebuild | 9 | ||||
-rw-r--r-- | mail-mta/notqmail/notqmail-9999.ebuild | 9 |
2 files changed, 6 insertions, 12 deletions
diff --git a/mail-mta/notqmail/notqmail-1.08-r3.ebuild b/mail-mta/notqmail/notqmail-1.08-r3.ebuild index fb99546c87ee..3e4ded9011a2 100644 --- a/mail-mta/notqmail/notqmail-1.08-r3.ebuild +++ b/mail-mta/notqmail/notqmail-1.08-r3.ebuild @@ -56,18 +56,15 @@ SRC_URI="${SRC_URI} LICENSE="public-domain" SLOT="0" -IUSE="authcram gencertdaily highvolume libressl -pop3 qmail-spp ssl test vanilla" -REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume !authcram !gencertdaily ) gencertdaily? ( ssl ) libressl? ( ssl )" +IUSE="authcram gencertdaily highvolume -pop3 qmail-spp ssl test vanilla" +REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume !authcram !gencertdaily ) gencertdaily? ( ssl )" RESTRICT="!test? ( test )" DEPEND=" net-dns/libidn2 net-mail/queue-repair sys-apps/gentoo-functions - ssl? ( - !libressl? ( >=dev-libs/openssl-1.1:0= ) - libressl? ( dev-libs/libressl:= ) - ) + ssl? ( >=dev-libs/openssl-1.1:0= ) test? ( dev-libs/check ) " RDEPEND="${DEPEND} diff --git a/mail-mta/notqmail/notqmail-9999.ebuild b/mail-mta/notqmail/notqmail-9999.ebuild index 207bd50aa156..f5ec0ad8013c 100644 --- a/mail-mta/notqmail/notqmail-9999.ebuild +++ b/mail-mta/notqmail/notqmail-9999.ebuild @@ -56,18 +56,15 @@ SRC_URI="${SRC_URI} LICENSE="public-domain" SLOT="0" -IUSE="authcram gencertdaily highvolume libressl -pop3 qmail-spp ssl test vanilla" -REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume !authcram !gencertdaily ) gencertdaily? ( ssl ) libressl? ( ssl )" +IUSE="authcram gencertdaily highvolume -pop3 qmail-spp ssl test vanilla" +REQUIRED_USE="vanilla? ( !ssl !qmail-spp !highvolume !authcram !gencertdaily ) gencertdaily? ( ssl )" RESTRICT="!test? ( test )" DEPEND=" net-dns/libidn2 net-mail/queue-repair sys-apps/gentoo-functions - ssl? ( - !libressl? ( >=dev-libs/openssl-1.1:0= ) - libressl? ( dev-libs/libressl:= ) - ) + ssl? ( >=dev-libs/openssl-1.1:0= ) test? ( dev-libs/check ) " RDEPEND="${DEPEND} |