app-admin/sysklogd: block net-misc/inetutils[syslogd]

Closes: https://bugs.gentoo.org/939860
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2024-09-19 14:42:18 -04:00
parent 2327865e88
commit 02b0243749
3 changed files with 4 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ DEPEND="
RDEPEND="
${DEPEND}
logrotate? ( app-admin/logrotate )
!net-misc/inetutils[syslogd]
"
DOCS=( ChangeLog.md README.md )

View File

@@ -28,6 +28,7 @@ DEPEND="
RDEPEND="
${DEPEND}
logrotate? ( app-admin/logrotate )
!net-misc/inetutils[syslogd]
"
DOCS=( ChangeLog.md README.md )

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -28,6 +28,7 @@ DEPEND="
RDEPEND="
${DEPEND}
logrotate? ( app-admin/logrotate )
!net-misc/inetutils[syslogd]
"
DOCS=( ChangeLog.md README.md )