commit:     db15d48223204aa7ef27420940db13afdf7ec681
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Sun Jun  8 13:19:45 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 22 13:07:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db15d482

app-admin/logrotate: sort conditional DEPENDs

Signed-off-by: Filip Kobierski <fkobi <AT> 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 <AT> gentoo.org>

 app-admin/logrotate/logrotate-3.22.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-admin/logrotate/logrotate-3.22.0.ebuild 
b/app-admin/logrotate/logrotate-3.22.0.ebuild
index 169818f942be..d3519bf4b53c 100644
--- a/app-admin/logrotate/logrotate-3.22.0.ebuild
+++ b/app-admin/logrotate/logrotate-3.22.0.ebuild
@@ -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 )"
 

Reply via email to