mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-vcs/subversion: wire up USE=selinux for newly-added sec-policy/selinux-svnserve
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -24,7 +24,7 @@ SLOT="0"
|
||||
if [[ ${PV} != *_rc* ]] ; then
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
|
||||
fi
|
||||
IUSE="apache2 berkdb debug doc extras keyring java kwallet nls perl plaintext-password-storage ruby sasl test ${GENTOO_PERL_USESTRING}"
|
||||
IUSE="apache2 berkdb debug doc extras keyring java kwallet nls perl plaintext-password-storage ruby sasl selinux test ${GENTOO_PERL_USESTRING}"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
COMMON_DEPEND="
|
||||
@@ -72,6 +72,7 @@ RDEPEND="
|
||||
java? ( >=virtual/jre-1.8:* )
|
||||
nls? ( virtual/libintl )
|
||||
perl? ( dev-perl/URI )
|
||||
selinux? ( sec-policy/selinux-svnserve )
|
||||
"
|
||||
# Note: ctypesgen doesn't need PYTHON_USEDEP, it's used once
|
||||
DEPEND="
|
||||
|
||||
Reference in New Issue
Block a user