commit: 71296f3f4c9f45819fe1d3b584223aec8e1e7fba Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Tue Apr 12 15:32:59 2022 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Apr 16 23:12:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71296f3f
sys-boot/systemd-boot: add 250 to pull in systemd-utils Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> sys-boot/systemd-boot/systemd-boot-250.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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]"
