commit: 9b45eafaa80fc53250c7645ea4a447dbcea0d12d
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed Jun 21 21:23:35 2023 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Wed Jun 21 21:23:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b45eafa
app-admin/gentoo_update: fix typo
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
app-admin/gentoo_update/gentoo_update-0.1.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/gentoo_update/gentoo_update-0.1.6.ebuild
b/app-admin/gentoo_update/gentoo_update-0.1.6.ebuild
index 0bd0c19bd..08a17b7e4 100644
--- a/app-admin/gentoo_update/gentoo_update-0.1.6.ebuild
+++ b/app-admin/gentoo_update/gentoo_update-0.1.6.ebuild
@@ -23,5 +23,5 @@ python_test() {
pkg_postinst() {
optfeature "--clean support" app-portage/gentoolkit
- optfeature "--deamon-reload support" app-admin/needrestart
+ optfeature "--daemon-restart support" app-admin/needrestart
}