diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-07 19:19:21 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-01-07 20:15:33 +0100 |
commit | c20a8e563c0ead57492111548dc039af38d3065f (patch) | |
tree | 7070414ae406639586fc1dfcd9bca276eb851be7 /mail-filter | |
parent | mail-client/cone: Adjusted (sub-)slot dep on dev-libs/openssl (diff) | |
download | gentoo-c20a8e563c0ead57492111548dc039af38d3065f.tar.gz gentoo-c20a8e563c0ead57492111548dc039af38d3065f.tar.bz2 gentoo-c20a8e563c0ead57492111548dc039af38d3065f.zip |
mail-filter/gld: Adjusted sub-slot dep on dev-libs/openssl
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/gld/gld-1.7-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/gld/gld-1.7-r3.ebuild b/mail-filter/gld/gld-1.7-r3.ebuild index 24fe380c91f3..90926c4222af 100644 --- a/mail-filter/gld/gld-1.7-r3.ebuild +++ b/mail-filter/gld/gld-1.7-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="libressl postgres" # Not adding a mysql USE flag. The package defaults to it, so we will too. DEPEND="sys-libs/zlib - !libressl? ( dev-libs/openssl:0 ) + !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) !postgres? ( virtual/mysql ) postgres? ( dev-db/postgresql:*[server] )" |