diff options
author | Sam James <sam@gentoo.org> | 2021-12-03 19:34:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-03 19:35:11 +0000 |
commit | 36e714ac7837b90fc4c797d05fd64b1b9fe50a65 (patch) | |
tree | 266e89ef9d1b8fec3cf502e497cfbb2e7bcdcbcd /net-dns | |
parent | sys-process/at: fix automagic libselinux dependency (diff) | |
download | gentoo-36e714ac7837b90fc4c797d05fd64b1b9fe50a65.tar.gz gentoo-36e714ac7837b90fc4c797d05fd64b1b9fe50a65.tar.bz2 gentoo-36e714ac7837b90fc4c797d05fd64b1b9fe50a65.zip |
net-dns/ddclient: add missing SELinux policy (selinux-ddclient) dependency
Closes: https://bugs.gentoo.org/828060
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/ddclient/ddclient-3.9.1-r1.ebuild (renamed from net-dns/ddclient/ddclient-3.9.1.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-dns/ddclient/ddclient-3.9.1.ebuild b/net-dns/ddclient/ddclient-3.9.1-r1.ebuild index 02b220646412..c22af983db9b 100644 --- a/net-dns/ddclient/ddclient-3.9.1.ebuild +++ b/net-dns/ddclient/ddclient-3.9.1-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86" LICENSE="GPL-2+" SLOT="0" -IUSE="examples iproute2" +IUSE="examples iproute2 selinux" RDEPEND=" acct-group/ddclient @@ -25,6 +25,7 @@ RDEPEND=" virtual/perl-Digest-SHA virtual/perl-JSON-PP iproute2? ( sys-apps/iproute2 ) + selinux? ( sec-policy/selinux-ddclient ) " src_prepare() { |