diff options
-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]" |