Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/
Date: Sun, 29 Jan 2017 20:40:16
Message-Id: 1485722257.f2e84d67a9c14aac962ccca704de8f48c5c76a2e.jer@gentoo
1 commit: f2e84d67a9c14aac962ccca704de8f48c5c76a2e
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 20:37:37 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 20:37:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e84d67
7
8 app-admin/sshguard: Drop openrc dependency (bug #588726, comment #3 by David Heidelberg).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-admin/sshguard/sshguard-1.7.1.ebuild | 3 +--
13 app-admin/sshguard/sshguard-1.99.0.ebuild | 1 -
14 2 files changed, 1 insertion(+), 3 deletions(-)
15
16 diff --git a/app-admin/sshguard/sshguard-1.7.1.ebuild b/app-admin/sshguard/sshguard-1.7.1.ebuild
17 index aa30368..a0ab1f7 100644
18 --- a/app-admin/sshguard/sshguard-1.7.1.ebuild
19 +++ b/app-admin/sshguard/sshguard-1.7.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -24,7 +24,6 @@ DEPEND="
27 "
28 RDEPEND="
29 ${CDEPEND}
30 - sys-apps/openrc
31 virtual/logger
32 "
33
34
35 diff --git a/app-admin/sshguard/sshguard-1.99.0.ebuild b/app-admin/sshguard/sshguard-1.99.0.ebuild
36 index cdd6f9f..8a7fde6 100644
37 --- a/app-admin/sshguard/sshguard-1.99.0.ebuild
38 +++ b/app-admin/sshguard/sshguard-1.99.0.ebuild
39 @@ -24,7 +24,6 @@ DEPEND="
40 "
41 RDEPEND="
42 ${CDEPEND}
43 - sys-apps/openrc
44 virtual/logger
45 "