From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E026158009 for ; Wed, 21 Jun 2023 21:24:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5371E0958; Wed, 21 Jun 2023 21:24:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2F1BE0958 for ; Wed, 21 Jun 2023 21:24:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68517340D50 for ; Wed, 21 Jun 2023 21:24:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD1EA990 for ; Wed, 21 Jun 2023 21:24:00 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1687382615.9b45eafaa80fc53250c7645ea4a447dbcea0d12d.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/gentoo_update/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/gentoo_update/gentoo_update-0.1.6.ebuild X-VCS-Directories: app-admin/gentoo_update/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 9b45eafaa80fc53250c7645ea4a447dbcea0d12d X-VCS-Branch: dev Date: Wed, 21 Jun 2023 21:24:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ee06b0a2-30bd-461d-bb3e-c19ebefdac86 X-Archives-Hash: 2ac86d3a242002d31d9656fa2f20baf4 commit: 9b45eafaa80fc53250c7645ea4a447dbcea0d12d Author: Lucio Sauer posteo net> AuthorDate: Wed Jun 21 21:23:35 2023 +0000 Commit: Lucio Sauer posteo 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 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 }