diff options
author | 2018-11-18 15:59:12 +0100 | |
---|---|---|
committer | 2018-11-18 16:27:04 +0100 | |
commit | ed326b52efb5f570dc127175160c7759c6f99afa (patch) | |
tree | 457c44e2250d4d9c58f6acff886df3b8d629fc93 /mail-mta/postfix/postfix-3.1.6.ebuild | |
parent | sys-power/nut: add subslot operator on dev-libs/openssl atom (diff) | |
download | gentoo-ed326b52efb5f570dc127175160c7759c6f99afa.tar.gz gentoo-ed326b52efb5f570dc127175160c7759c6f99afa.tar.bz2 gentoo-ed326b52efb5f570dc127175160c7759c6f99afa.zip |
mail-mta/postfix: add subslot operator on dev-libs/openssl atom
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'mail-mta/postfix/postfix-3.1.6.ebuild')
-rw-r--r-- | mail-mta/postfix/postfix-3.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/postfix/postfix-3.1.6.ebuild b/mail-mta/postfix/postfix-3.1.6.ebuild index 4b77390d2e6..3700be5b4db 100644 --- a/mail-mta/postfix/postfix-3.1.6.ebuild +++ b/mail-mta/postfix/postfix-3.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -32,7 +32,7 @@ DEPEND=">=dev-libs/libpcre-3.4 sasl? ( >=dev-libs/cyrus-sasl-2 ) sqlite? ( dev-db/sqlite:3 ) ssl? ( - !libressl? ( dev-libs/openssl:0 ) + !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) )" |