Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/munge/
Date: Wed, 02 Jan 2019 13:02:35
Message-Id: 1546434148.b743752e1ce67f7d711bef41904dc88ad0ad6f91.jlec@gentoo
1 commit: b743752e1ce67f7d711bef41904dc88ad0ad6f91
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 2 13:01:59 2019 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 2 13:02:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b743752e
7
8 sys-auth/munge: add missing slot operator
9
10 Package-Manager: Portage-2.3.53, Repoman-2.3.12
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sys-auth/munge/munge-0.5.13-r1.ebuild | 4 ++--
14 sys-auth/munge/munge-0.5.13.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sys-auth/munge/munge-0.5.13-r1.ebuild b/sys-auth/munge/munge-0.5.13-r1.ebuild
18 index b84cd36bf18..0c918321242 100644
19 --- a/sys-auth/munge/munge-0.5.13-r1.ebuild
20 +++ b/sys-auth/munge/munge-0.5.13-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -18,7 +18,7 @@ DEPEND="
28 app-arch/bzip2
29 sys-libs/zlib
30 gcrypt? ( dev-libs/libgcrypt:0 )
31 - !gcrypt? ( dev-libs/openssl:0 )"
32 + !gcrypt? ( dev-libs/openssl:0= )"
33 RDEPEND="${DEPEND}"
34
35 pkg_setup() {
36
37 diff --git a/sys-auth/munge/munge-0.5.13.ebuild b/sys-auth/munge/munge-0.5.13.ebuild
38 index fff766b94b0..0c918321242 100644
39 --- a/sys-auth/munge/munge-0.5.13.ebuild
40 +++ b/sys-auth/munge/munge-0.5.13.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -18,7 +18,7 @@ DEPEND="
48 app-arch/bzip2
49 sys-libs/zlib
50 gcrypt? ( dev-libs/libgcrypt:0 )
51 - !gcrypt? ( dev-libs/openssl:0 )"
52 + !gcrypt? ( dev-libs/openssl:0= )"
53 RDEPEND="${DEPEND}"
54
55 pkg_setup() {