app-emulation/qemu-init-scripts: Remove netcat6 from deps
authorMichał Górny <mgorny@gentoo.org>
Sun, 19 May 2019 11:03:24 +0000 (13:03 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 19 May 2019 11:06:17 +0000 (13:06 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-emulation/qemu-init-scripts/qemu-init-scripts-0.3.0.ebuild

index 59777cd58737074c48477f22b64fa7dd7efd2570..5acdcacb0a9ea776871ad2ed1ec770656595863a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
        app-emulation/qemu
-       || ( net-misc/socat net-analyzer/netcat6 )"
+       net-misc/socat"
 
 S="${PORTAGE_BUILDDIR}/work/${PN}"