diff options
author | Sam James <sam@gentoo.org> | 2022-04-17 09:13:52 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-17 09:15:52 +0100 |
commit | 5b2d9d5abaaba285182425b46b2ac07efb498d03 (patch) | |
tree | d027f43085918a01a44d62e64ace27d4f181c2b2 /sys-apps | |
parent | sys-fs/eudev: add sys-apps/systemd-utils[udev] blocker (diff) | |
download | gentoo-5b2d9d5abaaba285182425b46b2ac07efb498d03.tar.gz gentoo-5b2d9d5abaaba285182425b46b2ac07efb498d03.tar.bz2 gentoo-5b2d9d5abaaba285182425b46b2ac07efb498d03.zip |
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@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/systemd-utils/systemd-utils-250.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 )" |