net-misc/knock: Drop dependency on openrc.
authorMichael Weber <xmw@gentoo.org>
Fri, 22 Dec 2017 09:25:37 +0000 (10:25 +0100)
committerMichael Weber <xmw@gentoo.org>
Fri, 22 Dec 2017 09:25:48 +0000 (10:25 +0100)
Bug: https://bugs.gentoo.org/641980
Package-Manager: Portage-2.3.19, Repoman-2.3.6

net-misc/knock/knock-0.7.ebuild

index 4d4cd638c54a627fa1602f0e5e05034f8fe14df8..2b61ae365f34463f9e034458d12e07b7d84388bf 100644 (file)
@@ -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 : :" \