Skip to content

Commit

Permalink
phase-functions: Do not explicitly export S and D
Browse files Browse the repository at this point in the history
This was added in 2002 with 6a6ec1eea155c (portage-cvs.git) and is
currently a no-op, since in all currently used EAPIs portage does
export S and D.

Exporting S and D is also diametral to the current push to no longer
export PMS variables (bug #721088).

Signed-off-by: Florian Schmaus <[email protected]>
  • Loading branch information
Flowdalic committed Jan 12, 2025
1 parent 327848b commit ac96eb2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bin/phase-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -596,10 +596,6 @@ __dyn_install() {
__vecho
__vecho ">>> Install ${CATEGORY}/${PF} into ${D}"

# Our custom version of libtool uses ${S} and ${D} to fix
# invalid paths in .la files
export S D

# Reset exeinto(), docinto(), insinto(), and into() state variables
# in case the user is running the install phase multiple times
# consecutively via the ebuild command.
Expand Down

0 comments on commit ac96eb2

Please sign in to comment.