eclass/optfeature: Sync with Gentoo

It's from Gentoo commit 623294d2cb0ab7815d2b7b8a4202f2a7c481299b.
This commit is contained in:
Flatcar Buildbot 2025-01-27 07:08:10 +00:00 committed by Krzesimir Nowak
parent 5a9b4dea35
commit 5085d0dc6f

View File

@ -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