mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-admin/logrotate: sort conditional DEPENDs
Signed-off-by: Filip Kobierski <fkobi@pm.me> Part-of: https://github.com/gentoo/gentoo/pull/42501 Closes: https://github.com/gentoo/gentoo/pull/42501 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
260244efaf
commit
db15d48223
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -18,13 +18,13 @@ IUSE="acl +cron selinux"
|
||||
|
||||
DEPEND="
|
||||
>=dev-libs/popt-1.5
|
||||
selinux? ( sys-libs/libselinux )
|
||||
acl? ( virtual/acl )
|
||||
selinux? ( sys-libs/libselinux )
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
selinux? ( sec-policy/selinux-logrotate )
|
||||
cron? ( virtual/cron )
|
||||
selinux? ( sec-policy/selinux-logrotate )
|
||||
"
|
||||
BDEPEND="verify-sig? ( sec-keys/openpgp-keys-cgzones )"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user