commit:     5b2d9d5abaaba285182425b46b2ac07efb498d03
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 08:13:52 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 08:15:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b2d9d5a

sys-apps/systemd-utils: don't enable boot, sysusers by default

- boot ends up dragging in dependencies like gnu-efi
- sysusers, while tiny, isn't really likely to be used by people on
non-systemd installations anyway

Aim is to try be non-invasive with the migration to systemd-utils
(which is being done because maintaining udev, tmpfiles, boot, etc
separately was difficult to keep in sync, esp. with patches), so
making this as small a transition/noop as possible for users is
preferable.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/systemd-utils/systemd-utils-250.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/systemd-utils/systemd-utils-250.4.ebuild 
b/sys-apps/systemd-utils/systemd-utils-250.4.ebuild
index a31cb2e5308a..53b14ae2f918 100644
--- a/sys-apps/systemd-utils/systemd-utils-250.4.ebuild
+++ b/sys-apps/systemd-utils/systemd-utils-250.4.ebuild
@@ -25,7 +25,7 @@ SRC_URI+=" elibc_musl? ( 
https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t
 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-IUSE="+boot selinux +sysusers +tmpfiles test +udev"
+IUSE="boot selinux sysusers +tmpfiles test +udev"
 REQUIRED_USE="|| ( boot tmpfiles sysusers udev )"
 RESTRICT="!test? ( test )"
 

Reply via email to