Skip to content

Commit ac96eb2

Browse files
committed
phase-functions: Do not explicitly export S and D
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]>
1 parent 327848b commit ac96eb2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: bin/phase-functions.sh

-4
Original file line numberDiff line numberDiff line change
@@ -596,10 +596,6 @@ __dyn_install() {
596596
__vecho
597597
__vecho ">>> Install ${CATEGORY}/${PF} into ${D}"
598598

599-
# Our custom version of libtool uses ${S} and ${D} to fix
600-
# invalid paths in .la files
601-
export S D
602-
603599
# Reset exeinto(), docinto(), insinto(), and into() state variables
604600
# in case the user is running the install phase multiple times
605601
# consecutively via the ebuild command.

0 commit comments

Comments
 (0)