From 7262225ce8df0d525860ab2942ba96385c7d5e40 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Fri, 3 Dec 2021 20:42:55 +0100 Subject: [PATCH] eclass/udev: Fix a comment I copy-pasted the comment from systemd eclass and actually forgot to remove the part about keeping deprecated functions. --- .../src/third_party/portage-stable/eclass/udev.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/udev.eclass b/sdk_container/src/third_party/portage-stable/eclass/udev.eclass index 8fa73fe13e..683cd0b530 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/udev.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/udev.eclass @@ -2,8 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 -# Flatcar: this file is modified to still support old EAPIs and to -# still provide the deprecated systemd_dotmpfilesd functions. +# Flatcar: this file is modified to still support old EAPIs. # @ECLASS: udev.eclass