Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/ddclient/
Date: Fri, 03 Dec 2021 19:35:23
Message-Id: 1638560111.36e714ac7837b90fc4c797d05fd64b1b9fe50a65.sam@gentoo
1 commit: 36e714ac7837b90fc4c797d05fd64b1b9fe50a65
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 3 19:34:52 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 3 19:35:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e714ac
7
8 net-dns/ddclient: add missing SELinux policy (selinux-ddclient) dependency
9
10 Closes: https://bugs.gentoo.org/828060
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-dns/ddclient/{ddclient-3.9.1.ebuild => ddclient-3.9.1-r1.ebuild} | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/net-dns/ddclient/ddclient-3.9.1.ebuild b/net-dns/ddclient/ddclient-3.9.1-r1.ebuild
17 similarity index 95%
18 rename from net-dns/ddclient/ddclient-3.9.1.ebuild
19 rename to net-dns/ddclient/ddclient-3.9.1-r1.ebuild
20 index 02b220646412..c22af983db9b 100644
21 --- a/net-dns/ddclient/ddclient-3.9.1.ebuild
22 +++ b/net-dns/ddclient/ddclient-3.9.1-r1.ebuild
23 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86"
25 LICENSE="GPL-2+"
26 SLOT="0"
27 -IUSE="examples iproute2"
28 +IUSE="examples iproute2 selinux"
29
30 RDEPEND="
31 acct-group/ddclient
32 @@ -25,6 +25,7 @@ RDEPEND="
33 virtual/perl-Digest-SHA
34 virtual/perl-JSON-PP
35 iproute2? ( sys-apps/iproute2 )
36 + selinux? ( sec-policy/selinux-ddclient )
37 "
38
39 src_prepare() {