summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-13 14:22:26 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-13 18:53:17 +0100
commit3fe65af75b1e6e70fbf11ed2224832ffc4ee4087 (patch)
tree2e8d3fc0faf3b329283b7939b9475e46bf0df72b /eclass
parentMove {sys-devel → dev-build}/bmake (diff)
downloadgentoo-3fe65af75b1e6e70fbf11ed2224832ffc4ee4087.tar.gz
gentoo-3fe65af75b1e6e70fbf11ed2224832ffc4ee4087.tar.bz2
gentoo-3fe65af75b1e6e70fbf11ed2224832ffc4ee4087.zip
Move {sys-devel → dev-build}/pmake
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/portability.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/portability.eclass b/eclass/portability.eclass
index 98e9418343d2..78da440e22dd 100644
--- a/eclass/portability.eclass
+++ b/eclass/portability.eclass
@@ -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
# @ECLASS: portability.eclass
@@ -105,7 +105,7 @@ dlopen_lib() {
#
# This will return make (provided by system packages) for BSD 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
# default name.