From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 908E0158009 for ; Wed, 28 Jun 2023 21:17:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59135E0870; Wed, 28 Jun 2023 21:17:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C288E0870 for ; Wed, 28 Jun 2023 21:17:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48D3C335D7B for ; Wed, 28 Jun 2023 21:17:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D813F7C6 for ; Wed, 28 Jun 2023 21:17:22 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1687986980.90a09a07358250b04ccef8111f6fcd024b5b609f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-telnetd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/netkit-telnetd/netkit-telnetd-0.17-r13.ebuild X-VCS-Directories: net-misc/netkit-telnetd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 90a09a07358250b04ccef8111f6fcd024b5b609f X-VCS-Branch: master Date: Wed, 28 Jun 2023 21:17:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1a5c8678-1dee-4812-b107-c7ea1ec78d16 X-Archives-Hash: 511bc690741e1ea87b1545325ec8d3d7 commit: 90a09a07358250b04ccef8111f6fcd024b5b609f Author: Sam James gentoo org> AuthorDate: Wed Jun 28 21:16:20 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 28 21:16:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90a09a07 net-misc/netkit-telnetd: add missing selinux policy dep Signed-off-by: Sam James gentoo.org> net-misc/netkit-telnetd/netkit-telnetd-0.17-r13.ebuild | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/net-misc/netkit-telnetd/netkit-telnetd-0.17-r13.ebuild b/net-misc/netkit-telnetd/netkit-telnetd-0.17-r13.ebuild index 5859b09f298b..1cdb22da14b8 100644 --- a/net-misc/netkit-telnetd/netkit-telnetd-0.17-r13.ebuild +++ b/net-misc/netkit-telnetd/netkit-telnetd-0.17-r13.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" @@ -16,11 +16,16 @@ SRC_URI="http://ftp.linux.org.uk/pub/linux/Networking/netkit/netkit-telnet-${PV} LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" -IUSE="" - -DEPEND=">=sys-libs/ncurses-5.2:= - !net-misc/telnet-bsd" -RDEPEND="${DEPEND}" +IUSE="selinux" + +DEPEND=" + >=sys-libs/ncurses-5.2:= + !net-misc/telnet-bsd +" +RDEPEND=" + ${DEPEND} + selinux? ( sec-policy/selinux-telnet ) +" S=${WORKDIR}/netkit-telnet-${PV}