commit: ca4168fb4f9a96adb7daf3685f3b38b5c9dfa5b0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jun 28 07:21:18 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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=(
