gnustep-base/gnustep-base: wire up USE=selinux for newly-added sec-policy/selinux-gdomap

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-05-26 02:00:05 +01:00
parent 28ae11188b
commit a8dc290eb0

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,7 +15,7 @@ SRC_URI="
LICENSE="GPL-2 LGPL-2.1"
SLOT="0/$(ver_cut 1-2)"
KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86"
IUSE="+gnutls +iconv +icu libdispatch +libffi zeroconf"
IUSE="+gnutls +iconv +icu libdispatch +libffi selinux zeroconf"
# gnustep-make: tests use the option --timeout which was added in 2.9.3
RDEPEND="${GNUSTEP_CORE_DEPEND}
@@ -39,6 +39,7 @@ BDEPEND="
virtual/pkgconfig
verify-sig? ( sec-keys/openpgp-keys-gnustep )
"
RDEPEND+=" selinux? ( sec-policy/selinux-gdomap )"
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/gnustep.asc