commit: 16f1d78f56032c601da9e220e83d5bd833363136 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jun 28 21:16:41 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jun 28 21:16:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f1d78f
net-misc/telnet-bsd: add missing selinux policy dep Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild index c1e8dc327468..8ba189abbfd1 100644 --- a/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild +++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,13 +12,15 @@ SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos" -IUSE="nls xinetd" +IUSE="nls selinux xinetd" DEPEND=" sys-libs/ncurses:= !net-misc/netkit-telnetd " -RDEPEND="${DEPEND} +RDEPEND=" + ${DEPEND} + selinux? ( sec-policy/selinux-telnet ) xinetd? ( sys-apps/xinetd ) !net-misc/netkit-telnetd "
