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 C41A7158009 for ; Wed, 28 Jun 2023 07:50:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBF5EE093D; Wed, 28 Jun 2023 07:50:55 +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 A5B61E093D for ; Wed, 28 Jun 2023 07:50:55 +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 EADAA335D84 for ; Wed, 28 Jun 2023 07:50:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49DF0AD0 for ; Wed, 28 Jun 2023 07:50:51 +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: <1687938611.a9899b86fe8406db6b2f0136ae3df674cea9568c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/plymouth/plymouth-22.02.122-r1.ebuild sys-boot/plymouth/plymouth-9999.ebuild X-VCS-Directories: sys-boot/plymouth/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a9899b86fe8406db6b2f0136ae3df674cea9568c X-VCS-Branch: master Date: Wed, 28 Jun 2023 07:50:51 +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: 6a10525f-e0e8-41d4-9456-fda086552d1a X-Archives-Hash: 17f7de4dc0875419ee54fb280b02f1b6 commit: a9899b86fe8406db6b2f0136ae3df674cea9568c Author: Sam James gentoo org> AuthorDate: Wed Jun 28 07:45:14 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 28 07:50:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9899b86 sys-boot/plymouth: add missing selinux policy dep Signed-off-by: Sam James gentoo.org> sys-boot/plymouth/plymouth-22.02.122-r1.ebuild | 5 +++-- sys-boot/plymouth/plymouth-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sys-boot/plymouth/plymouth-22.02.122-r1.ebuild b/sys-boot/plymouth/plymouth-22.02.122-r1.ebuild index b98890966212..1489deec6cd0 100644 --- a/sys-boot/plymouth/plymouth-22.02.122-r1.ebuild +++ b/sys-boot/plymouth/plymouth-22.02.122-r1.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 @@ -21,7 +21,7 @@ HOMEPAGE="https://cgit.freedesktop.org/plymouth/" LICENSE="GPL-2" SLOT="0" -IUSE="debug +drm +gtk +pango +split-usr static-libs +udev" +IUSE="debug +drm +gtk +pango selinux +split-usr static-libs +udev" CDEPEND=" >=media-libs/libpng-1.2.16:= @@ -41,6 +41,7 @@ DEPEND="${CDEPEND} " # Block due bug #383067 RDEPEND="${CDEPEND} + selinux? ( sec-policy/selinux-plymouthd ) udev? ( virtual/udev ) !