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 93B4E15808C for ; Sat, 9 Apr 2022 22:05:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A97A6E09A1; Sat, 9 Apr 2022 22:05:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 49C59E09A2 for ; Sat, 9 Apr 2022 22:05:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 73F02341092 for ; Sat, 9 Apr 2022 22:05:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E199A391 for ; Sat, 9 Apr 2022 22:05:11 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1649541822.df01d98623edc97b7cf07d8df675fa1c7c27f783.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/colord/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/colord/colord-1.4.6.ebuild X-VCS-Directories: x11-misc/colord/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: df01d98623edc97b7cf07d8df675fa1c7c27f783 X-VCS-Branch: master Date: Sat, 9 Apr 2022 22:05:11 +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: 0f179a34-c9e0-4dee-8532-d2c5e956d762 X-Archives-Hash: b859ce4f69f31d8f911a83747ffd2b0f commit: df01d98623edc97b7cf07d8df675fa1c7c27f783 Author: Jason Zaman gentoo org> AuthorDate: Sat Apr 9 22:02:20 2022 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Apr 9 22:03:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df01d986 x11-misc/colord: Add selinux-colord policy dep Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jason Zaman gentoo.org> x11-misc/colord/colord-1.4.6.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-misc/colord/colord-1.4.6.ebuild b/x11-misc/colord/colord-1.4.6.ebuild index 8dffbd9ed219..e549989e284e 100644 --- a/x11-misc/colord/colord-1.4.6.ebuild +++ b/x11-misc/colord/colord-1.4.6.ebuild @@ -14,7 +14,7 @@ LICENSE="GPL-2+" SLOT="0/2" # subslot = libcolord soname version KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86" -IUSE="gtk-doc argyllcms examples extra-print-profiles +introspection scanner systemd test vala" +IUSE="gtk-doc argyllcms examples extra-print-profiles +introspection scanner selinux systemd test vala" RESTRICT="!test? ( test ) test" # Tests try to read and write files in /tmp REQUIRED_USE="vala? ( introspection )" @@ -40,6 +40,7 @@ DEPEND=" RDEPEND="${DEPEND} acct-group/colord acct-user/colord + selinux? ( sec-policy/selinux-colord ) " BDEPEND=" acct-group/colord