diff options
author | Sam James <sam@gentoo.org> | 2023-06-28 08:31:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-28 08:36:49 +0100 |
commit | d77647a9a2b28dfbf1a4d2a5b9241a22fdd03ec1 (patch) | |
tree | f26afd2c023f66d6235a03dd223792f713bdc46b /app-text | |
parent | app-pda/usbmuxd: add missing selinux policy dep (diff) | |
download | gentoo-d77647a9a2b28dfbf1a4d2a5b9241a22fdd03ec1.tar.gz gentoo-d77647a9a2b28dfbf1a4d2a5b9241a22fdd03ec1.tar.bz2 gentoo-d77647a9a2b28dfbf1a4d2a5b9241a22fdd03ec1.zip |
app-text/dictd: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/dictd/dictd-1.13.0-r6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |