mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/dhcp: demote acct-*/ dependencies to runtime-only
For some time now, diropts/keepdir has not been run in src_install. For
tmpfiles processing in pkg_postinst, acct-*/ must still be merged. But
it's not needed for CBUILD too -- only CHOST. And also, --buildpkgonly
doesn't need it.
Fixes: d71420bcf8
Acked-by: Mike Gilbert <floppym@gentoo.org>
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
@@ -25,10 +25,6 @@ SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
|
||||
IUSE="+client ipv6 ldap selinux +server ssl vim-syntax"
|
||||
|
||||
BDEPEND="
|
||||
acct-group/dhcp
|
||||
acct-user/dhcp
|
||||
"
|
||||
DEPEND="
|
||||
sys-libs/zlib:=
|
||||
client? (
|
||||
@@ -42,7 +38,8 @@ DEPEND="
|
||||
ssl? ( dev-libs/openssl:= )
|
||||
)"
|
||||
RDEPEND="
|
||||
${BDEPEND}
|
||||
acct-group/dhcp
|
||||
acct-user/dhcp
|
||||
${DEPEND}
|
||||
selinux? ( sec-policy/selinux-dhcp )
|
||||
vim-syntax? ( app-vim/dhcpd-syntax )
|
||||
|
||||
Reference in New Issue
Block a user