commit: 95b3ce8dc893bd0dd0cb5dcc2f1bd04478030701
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 17 08:17:54 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 17 08:17:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b3ce8d
sys-boot/systemd-boot: fix dependency on systemd-utils[boot]
Typo w/ udev.
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{systemd-boot-250.ebuild => systemd-boot-250-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-boot/systemd-boot/systemd-boot-250.ebuild
b/sys-boot/systemd-boot/systemd-boot-250-r1.ebuild
similarity index 87%
rename from sys-boot/systemd-boot/systemd-boot-250.ebuild
rename to sys-boot/systemd-boot/systemd-boot-250-r1.ebuild
index 0e9e4d355e4d..ccebd831dc8f 100644
--- a/sys-boot/systemd-boot/systemd-boot-250.ebuild
+++ b/sys-boot/systemd-boot/systemd-boot-250-r1.ebuild
@@ -10,4 +10,4 @@ LICENSE="metapackage"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
-RDEPEND="sys-apps/systemd-utils[udev]"
+RDEPEND="sys-apps/systemd-utils[boot]"