From 5085d0dc6f35baa896a07f6f72a73c3a0f9439cd Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 27 Jan 2025 07:08:10 +0000 Subject: [PATCH] eclass/optfeature: Sync with Gentoo It's from Gentoo commit 623294d2cb0ab7815d2b7b8a4202f2a7c481299b. --- .../src/third_party/portage-stable/eclass/optfeature.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/optfeature.eclass b/sdk_container/src/third_party/portage-stable/eclass/optfeature.eclass index c8b4911320..b82ac893ad 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/optfeature.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/optfeature.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: optfeature.eclass @@ -79,7 +79,7 @@ optfeature_header() { # @CODE # pkg_postinst() { # optfeature "foo support" app-misc/foo -# optfeature "bar support" app-misc/bar app-misc/baz[bar] +# optfeature "bar support" app-misc/bar "app-misc/baz[bar]" # optfeature "alphabet support" "app-misc/a app-misc/b" app-misc/c # } # @CODE