commit:     94d458391b2959a5dd4f2ca7284aed890043409c
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 09:25:37 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 09:25:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94d45839

net-misc/knock: Drop dependency on openrc.

Bug: https://bugs.gentoo.org/641980
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-misc/knock/knock-0.7.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/net-misc/knock/knock-0.7.ebuild b/net-misc/knock/knock-0.7.ebuild
index 4d4cd638c54..2b61ae365f3 100644
--- a/net-misc/knock/knock-0.7.ebuild
+++ b/net-misc/knock/knock-0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -13,8 +13,7 @@ KEYWORDS="amd64 ppc sparc x86"
 IUSE="+server"
 
 DEPEND="server? ( net-libs/libpcap )"
-RDEPEND="${DEPEND}
-       server? ( sys-apps/openrc )"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
        sed -e "/^AM_CFLAGS/s: -g : :" \

Reply via email to