net-misc/knock: Drop dependency on openrc.

Bug: https://bugs.gentoo.org/641980
Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
Michael Weber
2017-12-22 10:25:37 +01:00
parent a1384b0aed
commit 94d458391b

View 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 : :" \