sci-electronics/sigrok-cli: wire up USE=selinux for newly-added sec-policy/selinux-sigrok

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-05-26 01:29:52 +01:00
parent 76a171ef33
commit e7b3adbedc
2 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@@ -18,13 +18,14 @@ HOMEPAGE="https://sigrok.org/wiki/Sigrok-cli"
LICENSE="GPL-3"
SLOT="0"
IUSE="+decode"
IUSE="+decode selinux"
RDEPEND=">=dev-libs/glib-2.32.0
>=sci-libs/libsigrok-0.5.0:=
decode? ( >=sci-libs/libsigrokdecode-0.5.0:= )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
RDEPEND+=" selinux? ( sec-policy/selinux-sigrok )"
src_prepare() {
[[ ${PV} == "9999" ]] && eautoreconf

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@@ -18,13 +18,14 @@ HOMEPAGE="https://sigrok.org/wiki/Sigrok-cli"
LICENSE="GPL-3"
SLOT="0"
IUSE="+decode"
IUSE="+decode selinux"
RDEPEND=">=dev-libs/glib-2.32.0
>=sci-libs/libsigrok-0.5.0:=
decode? ( >=sci-libs/libsigrokdecode-0.5.0:= )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
RDEPEND+=" selinux? ( sec-policy/selinux-sigrok )"
src_prepare() {
[[ ${PV} == "9999" ]] && eautoreconf