commit:     7aeca65f71a37d00d2c73d5ba5f583da014c0dec
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 18:31:22 2022 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 18:31:22 2022 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=7aeca65f

bin/phase-functions.sh: drop Prefix announce

I can't seem to figure out how to trigger this function at all, which
means, if it is possible to trigger afterall (not via ebuild command),
it will be via an obscure route that doesn't really matter whether or
not EPREFIX value is advertised.

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 bin/phase-functions.sh | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh
index 212b19fc1..8efd12f22 100644
--- a/bin/phase-functions.sh
+++ b/bin/phase-functions.sh
@@ -771,10 +771,6 @@ __dyn_help() {
                echo "production (stripped)"
        fi
        echo "  merge to    : ${ROOT}"
-       # PREFIX LOCAL: identify
-       if [[ -n "${EPREFIX}" ]]; then
-               echo "  offset      : ${EPREFIX}"
-       fi
        echo
        if [[ -n "$USE" ]]; then
                echo "Additionally, support for the following optional features 
will be enabled:"

Reply via email to