diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-04-12 11:32:59 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-04-16 19:12:18 -0400 |
commit | 71296f3f4c9f45819fe1d3b584223aec8e1e7fba (patch) | |
tree | b21e61f44ddd013359fe5d48c88ff593e7b29bb1 /sys-boot | |
parent | sys-apps/systemd-tmpfiles: add 250 to pull in systemd-utils (diff) | |
download | gentoo-71296f3f4c9f45819fe1d3b584223aec8e1e7fba.tar.gz gentoo-71296f3f4c9f45819fe1d3b584223aec8e1e7fba.tar.bz2 gentoo-71296f3f4c9f45819fe1d3b584223aec8e1e7fba.zip |
sys-boot/systemd-boot: add 250 to pull in systemd-utils
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/systemd-boot/systemd-boot-250.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-boot/systemd-boot/systemd-boot-250.ebuild b/sys-boot/systemd-boot/systemd-boot-250.ebuild new file mode 100644 index 000000000000..0e9e4d355e4d --- /dev/null +++ b/sys-boot/systemd-boot/systemd-boot-250.ebuild @@ -0,0 +1,13 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual package to depend on sys-apps/systemd-utils" +HOMEPAGE="https://systemd.io/" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +RDEPEND="sys-apps/systemd-utils[udev]" |