dev-perl/Net-Server-Coro: Fix dependency on dev-perl/Net-Server

Package-Manager: portage-2.2.27
This commit is contained in:
Kent Fredric
2016-03-06 22:11:58 +13:00
committed by Andreas K. Hüttel
parent a9a6210c37
commit 513c419fc4

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -18,7 +18,7 @@ IUSE="ssl"
RDEPEND="
dev-perl/Coro
dev-perl/AnyEvent
>=dev-perl/net-server-2
>=dev-perl/Net-Server-2
ssl? (
dev-perl/Net-SSLeay
)