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 1B6E6158009 for ; Wed, 28 Jun 2023 07:50:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E40ABE0930; Wed, 28 Jun 2023 07:50:54 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFCBFE0930 for ; Wed, 28 Jun 2023 07:50:54 +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 7C941340FFF for ; Wed, 28 Jun 2023 07:50:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAF89ACA 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: <1687938606.d423fe7350d9d29e949cc7b7cf41f89cfc53f448.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/kbd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/kbd/kbd-2.6.0.ebuild sys-apps/kbd/kbd-9999.ebuild X-VCS-Directories: sys-apps/kbd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d423fe7350d9d29e949cc7b7cf41f89cfc53f448 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: 05b8b830-f728-4dc9-b9c0-b8ad25f9e333 X-Archives-Hash: ed7afc77f0dc8fcfffb35b998f3d7e3f commit: d423fe7350d9d29e949cc7b7cf41f89cfc53f448 Author: Sam James gentoo org> AuthorDate: Wed Jun 28 07:43:55 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 28 07:50:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d423fe73 sys-apps/kbd: add missing selinux policy dep Signed-off-by: Sam James gentoo.org> sys-apps/kbd/kbd-2.6.0.ebuild | 9 ++++++--- sys-apps/kbd/kbd-9999.ebuild | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/sys-apps/kbd/kbd-2.6.0.ebuild b/sys-apps/kbd/kbd-2.6.0.ebuild index 47ef0e794f21..23a50e0bfa38 100644 --- a/sys-apps/kbd/kbd-2.6.0.ebuild +++ b/sys-apps/kbd/kbd-2.6.0.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="https://kbd-project.org/" LICENSE="GPL-2" SLOT="0" -IUSE="nls pam test" +IUSE="nls selinux pam test" RESTRICT="!test? ( test )" # Testsuite's Makefile.am calls missing(!) @@ -30,14 +30,17 @@ RESTRICT="!test? ( test )" # Needs more investigation: https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*" -RDEPEND=" +DEPEND=" app-alternatives/gzip pam? ( !app-misc/vlock sys-libs/pam ) " -DEPEND="${RDEPEND}" +RDEPEND=" + ${DEPEND} + selinux? ( sec-policy/selinux-loadkeys ) +" BDEPEND=" virtual/pkgconfig test? ( dev-libs/check ) diff --git a/sys-apps/kbd/kbd-9999.ebuild b/sys-apps/kbd/kbd-9999.ebuild index 47ef0e794f21..23a50e0bfa38 100644 --- a/sys-apps/kbd/kbd-9999.ebuild +++ b/sys-apps/kbd/kbd-9999.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="https://kbd-project.org/" LICENSE="GPL-2" SLOT="0" -IUSE="nls pam test" +IUSE="nls selinux pam test" RESTRICT="!test? ( test )" # Testsuite's Makefile.am calls missing(!) @@ -30,14 +30,17 @@ RESTRICT="!test? ( test )" # Needs more investigation: https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autom4te-Invocation.html QA_AM_MAINTAINER_MODE=".*--run autom4te --language=autotest.*" -RDEPEND=" +DEPEND=" app-alternatives/gzip pam? ( !app-misc/vlock sys-libs/pam ) " -DEPEND="${RDEPEND}" +RDEPEND=" + ${DEPEND} + selinux? ( sec-policy/selinux-loadkeys ) +" BDEPEND=" virtual/pkgconfig test? ( dev-libs/check )