mail-filter/gld: Adjusted sub-slot dep on dev-libs/openssl
authorLars Wendler <polynomial-c@gentoo.org>
Mon, 7 Jan 2019 18:19:21 +0000 (19:19 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Mon, 7 Jan 2019 19:15:33 +0000 (20:15 +0100)
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
mail-filter/gld/gld-1.7-r3.ebuild

index 24fe380c91f30df3d1b3581d99a26217fe2e0a14..90926c4222afd017fd1b523e8b7e8f79a0b25a8c 100644 (file)
@@ -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] )"