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 E4A79158009 for ; Wed, 28 Jun 2023 07:50:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD13AE0919; Wed, 28 Jun 2023 07:50:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5686E090E for ; Wed, 28 Jun 2023 07:50:52 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD9EB340FF2 for ; Wed, 28 Jun 2023 07:50:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 41ECCA9D for ; Wed, 28 Jun 2023 07:50:50 +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: <1687938601.8fade12c6f12d5138b10c82e425bf63f7a20b7ea.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mandoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/mandoc/mandoc-1.14.6.ebuild X-VCS-Directories: app-text/mandoc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8fade12c6f12d5138b10c82e425bf63f7a20b7ea X-VCS-Branch: master Date: Wed, 28 Jun 2023 07:50:50 +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: 308ea01b-aa11-47ed-b27c-c96389d30476 X-Archives-Hash: 03ed8ce26dc815cb21f593b669b9a33b commit: 8fade12c6f12d5138b10c82e425bf63f7a20b7ea Author: Sam James gentoo org> AuthorDate: Wed Jun 28 07:40:25 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 28 07:50:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fade12c app-text/mandoc: add missing selinux policy dep Signed-off-by: Sam James gentoo.org> app-text/mandoc/mandoc-1.14.6.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-text/mandoc/mandoc-1.14.6.ebuild b/app-text/mandoc/mandoc-1.14.6.ebuild index 5bc3b9b99426..9af875d1eed0 100644 --- a/app-text/mandoc/mandoc-1.14.6.ebuild +++ b/app-text/mandoc/mandoc-1.14.6.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=7 @@ -12,7 +12,7 @@ SRC_URI="https://mdocml.bsd.lv/snapshots/${P}.tar.gz" LICENSE="ISC" SLOT="0" KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="cgi system-man" +IUSE="cgi selinux system-man" RDEPEND="sys-libs/zlib system-man? ( !sys-apps/man-db ) @@ -23,6 +23,7 @@ DEPEND="${RDEPEND} BDEPEND=" cgi? ( app-text/highlight ) " +RDEPEND+=" selinux? ( sec-policy/selinux-makewhatis )" PATCHES=( "${FILESDIR}"/${PN}-1.14.5-r1-www-install.patch