summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers/prepallman
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ebuild-helpers/prepallman')
-rwxr-xr-xbin/ebuild-helpers/prepallman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild-helpers/prepallman b/bin/ebuild-helpers/prepallman
index 574ab6251..a543ecb18 100755
--- a/bin/ebuild-helpers/prepallman
+++ b/bin/ebuild-helpers/prepallman
@@ -5,7 +5,7 @@
source "${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"/isolated-functions.sh
# replaced by controllable compression in EAPI 4
-hasq "${EAPI}" 0 1 2 3 || exit 0
+has "${EAPI}" 0 1 2 3 || exit 0
ret=0