commit:     d77647a9a2b28dfbf1a4d2a5b9241a22fdd03ec1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 07:31:13 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 07:36:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77647a9

app-text/dictd: add missing selinux policy dep

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/dictd/dictd-1.13.0-r6.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-text/dictd/dictd-1.13.0-r6.ebuild 
b/app-text/dictd/dictd-1.13.0-r6.ebuild
index 24de03a69b3b..fc52f063c6d4 100644
--- a/app-text/dictd/dictd-1.13.0-r6.ebuild
+++ b/app-text/dictd/dictd-1.13.0-r6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/dict/${P}.tar.gz"
 LICENSE="GPL-1+ GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="dbi judy minimal test"
+IUSE="dbi judy minimal selinux test"
 RESTRICT="!test? ( test )"
 
 # <gawk-3.1.6 makes tests fail.
@@ -32,6 +32,7 @@ BDEPEND="
        app-alternatives/yacc
        test? ( !~sys-apps/gawk-4.2.1 )
 "
+RDEPEND+=" selinux? ( sec-policy/selinux-dictd )"
 
 DOC_CONTENTS="
        To start and use ${PN} you need to emerge at least one dictionary from

Reply via email to