commit: 6d0ae5bd38630bdaf6638c7778156e9a5ea11143
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 07:31:41 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 07:36:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0ae5bd
dev-vcs/cvs: add missing selinux policy dep
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/cvs/cvs-1.12.12-r14.ebuild | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/dev-vcs/cvs/cvs-1.12.12-r14.ebuild
b/dev-vcs/cvs/cvs-1.12.12-r14.ebuild
index 35880c743e8b..582b59739112 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r14.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r14.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
@@ -17,14 +17,19 @@ LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
-IUSE="crypt doc kerberos nls pam server"
+IUSE="crypt doc kerberos nls pam selinux server"
RESTRICT="test"
-DEPEND=">=sys-libs/zlib-1.1.4
+DEPEND="
+ >=sys-libs/zlib-1.1.4
kerberos? ( virtual/krb5 )
pam? ( sys-libs/pam )
- server? ( virtual/libcrypt:= )"
-RDEPEND="${DEPEND}"
+ server? ( virtual/libcrypt:= )
+"
+RDEPEND="
+ ${DEPEND}
+ selinux? ( sec-policy/selinux-cvs )
+"
src_unpack() {
unpack ${P}.tar.bz2