sys-auth/munge: add missing slot operator
authorJustin Lecher <jlec@gentoo.org>
Wed, 2 Jan 2019 13:01:59 +0000 (13:01 +0000)
committerJustin Lecher <jlec@gentoo.org>
Wed, 2 Jan 2019 13:02:28 +0000 (13:02 +0000)
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Justin Lecher <jlec@gentoo.org>
sys-auth/munge/munge-0.5.13-r1.ebuild
sys-auth/munge/munge-0.5.13.ebuild

index b84cd36bf18c7f47230d04b4f79c6368029f86a7..0c91832124234c3d23e7976ac8d0d1492434f628 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ DEPEND="
        app-arch/bzip2
        sys-libs/zlib
        gcrypt? ( dev-libs/libgcrypt:0 )
-       !gcrypt? ( dev-libs/openssl:0 )"
+       !gcrypt? ( dev-libs/openssl:0= )"
 RDEPEND="${DEPEND}"
 
 pkg_setup() {
index fff766b94b0cabf6d401a48c0452160748423931..0c91832124234c3d23e7976ac8d0d1492434f628 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ DEPEND="
        app-arch/bzip2
        sys-libs/zlib
        gcrypt? ( dev-libs/libgcrypt:0 )
-       !gcrypt? ( dev-libs/openssl:0 )"
+       !gcrypt? ( dev-libs/openssl:0= )"
 RDEPEND="${DEPEND}"
 
 pkg_setup() {