diff options
author | Sam James <sam@gentoo.org> | 2023-06-28 22:16:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-28 22:16:41 +0100 |
commit | 16f1d78f56032c601da9e220e83d5bd833363136 (patch) | |
tree | bad6e718a6825f2dc67627714929fcf9de6f7b7c /net-misc/telnet-bsd | |
parent | net-misc/netkit-telnetd: add missing selinux policy dep (diff) | |
download | gentoo-16f1d78f56032c601da9e220e83d5bd833363136.tar.gz gentoo-16f1d78f56032c601da9e220e83d5bd833363136.tar.bz2 gentoo-16f1d78f56032c601da9e220e83d5bd833363136.zip |
net-misc/telnet-bsd: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/telnet-bsd')
-rw-r--r-- | net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild | 8 |
1 files 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 " |