app-i18n/dbskkd-cdb: depend on sec-policy/selinux-dbskk w/ USE=selinux

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-05-26 02:32:32 +01:00
parent 5af7c71270
commit 8b6f86fca2

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,6 +12,7 @@ SRC_URI="https://github.com/jj1bdx/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="selinux"
DEPEND="
|| (
@@ -25,6 +26,7 @@ RDEPEND="
acct-user/dbskkd
app-i18n/skk-jisyo[cdb]
sys-apps/xinetd
selinux? ( sec-policy/selinux-dbskk )
"
PATCHES=( "${FILESDIR}"/${PN}-gentoo.patch )