diff options
author | Sam James <sam@gentoo.org> | 2023-06-28 08:21:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-28 08:37:00 +0100 |
commit | ca4168fb4f9a96adb7daf3685f3b38b5c9dfa5b0 (patch) | |
tree | b699c5153cc76187fbeb57b128d658c31c567e13 /sys-apps/vbetool | |
parent | sys-apps/logwatch: add missing selinux policy dep (diff) | |
download | gentoo-ca4168fb4f9a96adb7daf3685f3b38b5c9dfa5b0.tar.gz gentoo-ca4168fb4f9a96adb7daf3685f3b38b5c9dfa5b0.tar.bz2 gentoo-ca4168fb4f9a96adb7daf3685f3b38b5c9dfa5b0.zip |
sys-apps/vbetool: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/vbetool')
-rw-r--r-- | sys-apps/vbetool/vbetool-1.2.2.ebuild | 13 |
1 files 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=( |