mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
net-misc: add/update blockers between inetutils[r*] and netkit-rsh
Signed-off-by: Hank Leininger <hlein@korelogic.com> Closes: https://bugs.gentoo.org/961156 Part-of: https://github.com/gentoo/gentoo/pull/43357 Closes: https://github.com/gentoo/gentoo/pull/43357 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
parent
0d05499377
commit
fdf9a32b32
@ -37,8 +37,11 @@ RDEPEND="${DEPEND}
|
||||
ping6? ( !net-misc/iputils[ipv6(+)] )
|
||||
rcp? ( !net-misc/netkit-rsh )
|
||||
rexec? ( !net-misc/netkit-rsh )
|
||||
rexecd? ( !net-misc/netkit-rsh )
|
||||
rlogin? ( !net-misc/netkit-rsh )
|
||||
rlogind? ( !net-misc/netkit-rsh )
|
||||
rsh? ( !net-misc/netkit-rsh )
|
||||
rshd? ( !net-misc/netkit-rsh )
|
||||
logger? ( !sys-apps/util-linux[logger(+)] )
|
||||
syslogd? ( !app-admin/sysklogd )
|
||||
talkd? ( !net-misc/netkit-talk )
|
||||
@ -18,7 +18,15 @@ IUSE="pam"
|
||||
RDEPEND="
|
||||
sys-libs/ncurses:=
|
||||
virtual/libcrypt:=
|
||||
pam? ( >=sys-auth/pambase-20080219.1 )"
|
||||
pam? ( >=sys-auth/pambase-20080219.1 )
|
||||
!net-misc/inetutils[rcp(-)]
|
||||
!net-misc/inetutils[rexec(-)]
|
||||
!net-misc/inetutils[rexecd(-)]
|
||||
!net-misc/inetutils[rlogin(-)]
|
||||
!net-misc/inetutils[rlogind(-)]
|
||||
!net-misc/inetutils[rsh(-)]
|
||||
!net-misc/inetutils[rshd(-)]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="app-arch/xz-utils"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user