diff options
author | 2024-10-29 02:40:07 +0000 | |
---|---|---|
committer | 2024-10-29 02:40:07 +0000 | |
commit | d95b2f2e01b2ff132cb7a1e31c686680e19ea968 (patch) | |
tree | 7ba7324ae05642d45d2609a0b8b667115f0e9ed2 /net-misc | |
parent | dev-java/openjdk-bin: update Manifest (diff) | |
download | gentoo-d95b2f2e01b2ff132cb7a1e31c686680e19ea968.tar.gz gentoo-d95b2f2e01b2ff132cb7a1e31c686680e19ea968.tar.bz2 gentoo-d95b2f2e01b2ff132cb7a1e31c686680e19ea968.zip |
net-misc/chrony: move acct-{group,user}/ntp dep from DEPEND->BDEPEND
We chown in src_install.
Closes: https://bugs.gentoo.org/942393
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/chrony/chrony-4.5.ebuild | 10 | ||||
-rw-r--r-- | net-misc/chrony/chrony-4.6.1.ebuild | 10 | ||||
-rw-r--r-- | net-misc/chrony/chrony-4.6.ebuild | 10 | ||||
-rw-r--r-- | net-misc/chrony/chrony-9999.ebuild | 10 |
4 files changed, 32 insertions, 8 deletions
diff --git a/net-misc/chrony/chrony-4.5.ebuild b/net-misc/chrony/chrony-4.5.ebuild index 2af18d12b1e3..e33e867ea9c0 100644 --- a/net-misc/chrony/chrony-4.5.ebuild +++ b/net-misc/chrony/chrony-4.5.ebuild @@ -40,8 +40,6 @@ REQUIRED_USE=" DEPEND=" caps? ( - acct-group/ntp - acct-user/ntp sys-libs/libcap ) libtomcrypt? ( dev-libs/libtomcrypt:= ) @@ -54,9 +52,17 @@ DEPEND=" " RDEPEND=" ${DEPEND} + caps? ( + acct-group/ntp + acct-user/ntp + ) selinux? ( sec-policy/selinux-chronyd ) " BDEPEND=" + caps? ( + acct-group/ntp + acct-user/ntp + ) html? ( dev-ruby/asciidoctor ) nts? ( virtual/pkgconfig ) sechash? ( diff --git a/net-misc/chrony/chrony-4.6.1.ebuild b/net-misc/chrony/chrony-4.6.1.ebuild index b331e0bd29f6..7805861241c0 100644 --- a/net-misc/chrony/chrony-4.6.1.ebuild +++ b/net-misc/chrony/chrony-4.6.1.ebuild @@ -40,8 +40,6 @@ REQUIRED_USE=" DEPEND=" caps? ( - acct-group/ntp - acct-user/ntp sys-libs/libcap ) libtomcrypt? ( dev-libs/libtomcrypt:= ) @@ -54,9 +52,17 @@ DEPEND=" " RDEPEND=" ${DEPEND} + caps? ( + acct-group/ntp + acct-user/ntp + ) selinux? ( sec-policy/selinux-chronyd ) " BDEPEND=" + caps? ( + acct-group/ntp + acct-user/ntp + ) html? ( dev-ruby/asciidoctor ) nts? ( virtual/pkgconfig ) sechash? ( diff --git a/net-misc/chrony/chrony-4.6.ebuild b/net-misc/chrony/chrony-4.6.ebuild index 2af18d12b1e3..e33e867ea9c0 100644 --- a/net-misc/chrony/chrony-4.6.ebuild +++ b/net-misc/chrony/chrony-4.6.ebuild @@ -40,8 +40,6 @@ REQUIRED_USE=" DEPEND=" caps? ( - acct-group/ntp - acct-user/ntp sys-libs/libcap ) libtomcrypt? ( dev-libs/libtomcrypt:= ) @@ -54,9 +52,17 @@ DEPEND=" " RDEPEND=" ${DEPEND} + caps? ( + acct-group/ntp + acct-user/ntp + ) selinux? ( sec-policy/selinux-chronyd ) " BDEPEND=" + caps? ( + acct-group/ntp + acct-user/ntp + ) html? ( dev-ruby/asciidoctor ) nts? ( virtual/pkgconfig ) sechash? ( diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild index b331e0bd29f6..7805861241c0 100644 --- a/net-misc/chrony/chrony-9999.ebuild +++ b/net-misc/chrony/chrony-9999.ebuild @@ -40,8 +40,6 @@ REQUIRED_USE=" DEPEND=" caps? ( - acct-group/ntp - acct-user/ntp sys-libs/libcap ) libtomcrypt? ( dev-libs/libtomcrypt:= ) @@ -54,9 +52,17 @@ DEPEND=" " RDEPEND=" ${DEPEND} + caps? ( + acct-group/ntp + acct-user/ntp + ) selinux? ( sec-policy/selinux-chronyd ) " BDEPEND=" + caps? ( + acct-group/ntp + acct-user/ntp + ) html? ( dev-ruby/asciidoctor ) nts? ( virtual/pkgconfig ) sechash? ( |