commit: b743752e1ce67f7d711bef41904dc88ad0ad6f91
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 2 13:01:59 2019 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jan 2 13:02:28 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b743752e
sys-auth/munge: add missing slot operator
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sys-auth/munge/munge-0.5.13-r1.ebuild | 4 ++--
sys-auth/munge/munge-0.5.13.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sys-auth/munge/munge-0.5.13-r1.ebuild
b/sys-auth/munge/munge-0.5.13-r1.ebuild
index b84cd36bf18..0c918321242 100644
--- a/sys-auth/munge/munge-0.5.13-r1.ebuild
+++ b/sys-auth/munge/munge-0.5.13-r1.ebuild
@@ -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() {
diff --git a/sys-auth/munge/munge-0.5.13.ebuild
b/sys-auth/munge/munge-0.5.13.ebuild
index fff766b94b0..0c918321242 100644
--- a/sys-auth/munge/munge-0.5.13.ebuild
+++ b/sys-auth/munge/munge-0.5.13.ebuild
@@ -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() {