diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-05-19 13:02:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-05-19 13:06:16 +0200 |
commit | ac835208be0cdbe4f81a3eea4dd523e7f02c1e7f (patch) | |
tree | 3e13c568a01dd6a891e57d86cf1205d75ceb541b /app-emulation | |
parent | app-forensics/air: Remove removed netcats from deps (diff) | |
download | gentoo-ac835208be0cdbe4f81a3eea4dd523e7f02c1e7f.tar.gz gentoo-ac835208be0cdbe4f81a3eea4dd523e7f02c1e7f.tar.bz2 gentoo-ac835208be0cdbe4f81a3eea4dd523e7f02c1e7f.zip |
app-emulation/playonlinux: Remove netcat6 from deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/playonlinux/playonlinux-4.2.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/playonlinux/playonlinux-4.2.12.ebuild b/app-emulation/playonlinux/playonlinux-4.2.12.ebuild index c9cad5a9d855..d7c477f4bd80 100644 --- a/app-emulation/playonlinux/playonlinux-4.2.12.ebuild +++ b/app-emulation/playonlinux/playonlinux-4.2.12.ebuild @@ -30,7 +30,7 @@ RDEPEND="${PYTHON_DEPS} x11-apps/mesa-progs x11-terms/xterm media-gfx/icoutils - || ( net-analyzer/netcat net-analyzer/netcat6 ) + net-analyzer/netcat virtual/imagemagick-tools winbind? ( net-fs/samba[winbind] ) " |