aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Retornaz <gentoo@retornaz.com>2021-05-03 01:27:31 +0200
committerQuentin Retornaz <gentoo@retornaz.com>2021-05-03 01:27:31 +0200
commit893833b6f1a48528fa6656b31016369138b838b0 (patch)
tree95bf0d52172b97fa74203ea370031fe45e83ff1e /mail-mta
parentmail-filter/opendkim: remove libressl USE flag (diff)
downloadlibressl-893833b6f1a48528fa6656b31016369138b838b0.tar.gz
libressl-893833b6f1a48528fa6656b31016369138b838b0.tar.bz2
libressl-893833b6f1a48528fa6656b31016369138b838b0.zip
mail-mta/postfix: remove libressl USE flag
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Quentin Retornaz <gentoo@retornaz.com>
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/postfix/postfix-3.5.8.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/mail-mta/postfix/postfix-3.5.8.ebuild b/mail-mta/postfix/postfix-3.5.8.ebuild
index fdb966f..76b7198 100644
--- a/mail-mta/postfix/postfix-3.5.8.ebuild
+++ b/mail-mta/postfix/postfix-3.5.8.ebuild
@@ -17,7 +17,7 @@ SRC_URI="${MY_URI}/${MY_SRC}.tar.gz"
LICENSE="|| ( IBM EPL-2.0 )"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
-IUSE="+berkdb cdb dovecot-sasl +eai hardened ldap ldap-bind libressl lmdb memcached mbox mysql nis pam postgres sasl selinux sqlite ssl"
+IUSE="+berkdb cdb dovecot-sasl +eai hardened ldap ldap-bind lmdb memcached mbox mysql nis pam postgres sasl selinux sqlite ssl"
DEPEND="
acct-group/postfix
@@ -37,10 +37,7 @@ DEPEND="
postgres? ( dev-db/postgresql:* )
sasl? ( >=dev-libs/cyrus-sasl-2 )
sqlite? ( dev-db/sqlite:3 )
- ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( >=dev-libs/libressl-2.9.1:0= )
- )"
+ ssl? ( dev-libs/openssl:0= )"
RDEPEND="${DEPEND}
memcached? ( net-misc/memcached )