aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-05-12 19:28:49 +0200
committerUlrich Müller <ulm@gentoo.org>2023-10-21 10:01:24 +0200
commitf6e0fae115190d28957f8a7653a4118c4d3aed31 (patch)
tree15ed1b13a28f93e88044a514d7655ce1dbba49d0 /bin
parentprepinfo: Ban in ebuild scope (diff)
downloadportage-f6e0fae115190d28957f8a7653a4118c4d3aed31.tar.gz
portage-f6e0fae115190d28957f8a7653a4118c4d3aed31.tar.bz2
portage-f6e0fae115190d28957f8a7653a4118c4d3aed31.zip
prepman: Ban in ebuild scope
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild-helpers/prepman8
1 files changed, 2 insertions, 6 deletions
diff --git a/bin/ebuild-helpers/prepman b/bin/ebuild-helpers/prepman
index 0c0a7e812..80fcecba6 100755
--- a/bin/ebuild-helpers/prepman
+++ b/bin/ebuild-helpers/prepman
@@ -2,11 +2,7 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# Note: this really does nothing these days. It's going to be banned
-# when the last consumers are gone.
-
source "${PORTAGE_BIN_PATH}"/isolated-functions.sh || exit 1
-eqawarn "QA Notice: '${0##*/}' is not allowed in ebuild scope"
-
-exit 0
+die "'${0##*/}' is not allowed in ebuild scope"
+exit 1