Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/netatalk/
Date: Wed, 02 Jan 2019 11:39:37
Message-Id: 1546429164.c5a1976a860651b98330e379fa4ecb9612410303.jlec@gentoo
1 commit: c5a1976a860651b98330e379fa4ecb9612410303
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 2 10:56:07 2019 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 2 11:39:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5a1976a
7
8 net-fs/netatalk: 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 net-fs/netatalk/netatalk-3.1.11.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-fs/netatalk/netatalk-3.1.11.ebuild b/net-fs/netatalk/netatalk-3.1.11.ebuild
17 index 761f1c4f004..52f7bcd57e6 100644
18 --- a/net-fs/netatalk/netatalk-3.1.11.ebuild
19 +++ b/net-fs/netatalk/netatalk-3.1.11.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -34,7 +34,7 @@ CDEPEND="
27 kerberos? ( virtual/krb5 )
28 ldap? ( net-nds/openldap )
29 pam? ( virtual/pam )
30 - ssl? ( dev-libs/openssl:0 )
31 + ssl? ( dev-libs/openssl:0= )
32 tcpd? ( sys-apps/tcp-wrappers )
33 tracker? ( app-misc/tracker )
34 utils? ( ${PYTHON_DEPS} )