eclass/portability: Sync with Gentoo

It's from Gentoo commit 3fe65af75b1e6e70fbf11ed2224832ffc4ee4087.
This commit is contained in:
Flatcar Buildbot 2024-01-15 07:13:29 +00:00 committed by Krzesimir Nowak
parent 5adabb431f
commit afb9a4e498

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# @ECLASS: portability.eclass # @ECLASS: portability.eclass
@ -105,7 +105,7 @@ dlopen_lib() {
# #
# This will return make (provided by system packages) for BSD userlands, # This will return make (provided by system packages) for BSD userlands,
# or bsdmake for Darwin userlands and pmake for the rest of userlands, # or bsdmake for Darwin userlands and pmake for the rest of userlands,
# both of which are provided by sys-devel/pmake package. # both of which are provided by dev-build/pmake package.
# #
# Note: the bsdmake for Darwin userland is with compatibility with MacOSX # Note: the bsdmake for Darwin userland is with compatibility with MacOSX
# default name. # default name.