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 5EA2C158009 for ; Wed, 28 Jun 2023 07:37:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AACE2E0923; Wed, 28 Jun 2023 07:37:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 851A1E0921 for ; Wed, 28 Jun 2023 07:37: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10230340FF7 for ; Wed, 28 Jun 2023 07:37:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2A7BAD4 for ; Wed, 28 Jun 2023 07:37:47 +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: <1687937820.ca4168fb4f9a96adb7daf3685f3b38b5c9dfa5b0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/vbetool/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/vbetool/vbetool-1.2.2.ebuild X-VCS-Directories: sys-apps/vbetool/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ca4168fb4f9a96adb7daf3685f3b38b5c9dfa5b0 X-VCS-Branch: master Date: Wed, 28 Jun 2023 07:37:47 +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: 8c118a70-be2a-464f-916a-98a4feca973a X-Archives-Hash: 1789f3aca3e4cfc4646ae1d2495d2443 commit: ca4168fb4f9a96adb7daf3685f3b38b5c9dfa5b0 Author: Sam James gentoo org> AuthorDate: Wed Jun 28 07:21:18 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 28 07:37:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca4168fb sys-apps/vbetool: add missing selinux policy dep Signed-off-by: Sam James gentoo.org> sys-apps/vbetool/vbetool-1.2.2.ebuild | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/sys-apps/vbetool/vbetool-1.2.2.ebuild b/sys-apps/vbetool/vbetool-1.2.2.ebuild index 4d5e0e3f4732..ecd6b7b6c7c1 100644 --- a/sys-apps/vbetool/vbetool-1.2.2.ebuild +++ b/sys-apps/vbetool/vbetool-1.2.2.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=8 @@ -12,12 +12,17 @@ SRC_URI="https://dev.gentoo.org/~ionen/distfiles/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" +IUSE="selinux" -RDEPEND=" +DEPEND=" dev-libs/libx86 sys-libs/zlib:= - x11-libs/libpciaccess" -DEPEND="${RDEPEND}" + x11-libs/libpciaccess +" +RDEPEND=" + ${DEPEND} + selinux? ( sec-policy/selinux-vbetool ) +" BDEPEND="virtual/pkgconfig" PATCHES=(