mail-filter/policyd: Adjusted sub-slot dep on dev-libs/openssl
authorLars Wendler <polynomial-c@gentoo.org>
Mon, 7 Jan 2019 18:32:03 +0000 (19:32 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Mon, 7 Jan 2019 19:15:37 +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/policyd/policyd-1.82-r2.ebuild

index b472846f713d7dae40503155b9537722e1e89046..1e145672a007aa4ff9f04da5e7a9fa7d65e8a312 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,8 +15,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~hppa ~x86"
 IUSE="libressl"
 DEPEND="virtual/mysql
-       !libressl? ( dev-libs/openssl:0 )
-       libressl? ( dev-libs/libressl )"
+       !libressl? ( dev-libs/openssl:0= )
+       libressl? ( dev-libs/libressl:= )"
 RDEPEND="${DEPEND}"
 
 src_prepare() {