summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2012-10-20 16:39:56 +0200
committerTreeve Jelbert2012-10-20 16:39:56 +0200
commit9506241108f58415d73fad48fb00c8cf636012e3 (patch)
treecc06aec51db7f4c9d9c887dfcd1902f7df98fe27
parent1659f3e602fe503b15d0b057210a31fc215fc78a (diff)
Revert "python3: https://bugs.gentoo.org/374579 added same to fix installs."
This reverts commit 163fe097fca966a32f07abb97ac4ff906a863112. plat-linux[2,3] no longer exit Conflicts: devel/python3/HISTORY devel/python3/INSTALL
-rwxr-xr-xdevel/python3/INSTALL10
-rwxr-xr-xdevel/python3/PRE_BUILD4
2 files changed, 0 insertions, 14 deletions
diff --git a/devel/python3/INSTALL b/devel/python3/INSTALL
index 4d52c1ef69..a8eba5d368 100755
--- a/devel/python3/INSTALL
+++ b/devel/python3/INSTALL
@@ -3,16 +3,6 @@ cp -Rv "$SOURCE_DIRECTORY/anywhere/$INSTALL_ROOT/usr" "$INSTALL_ROOT/" &&
# gettext
install -vm 755 "$SOURCE_DIRECTORY/Tools/i18n/"{pygettext.py,msgfmt.py} \
"$INSTALL_ROOT/usr/bin"
-
-local PYVER=`echo ${VERSION}|cut -d . -f 1,2`
-
-if [ -d "${INSTALL_ROOT}/usr/lib/python${PYVER}/plat-linux2" ];then
- cp -r "${INSTALL_ROOT}/usr/lib/python${PYVER}/plat-linux2" \
- "${INSTALL_ROOT}/usr/lib/python${PYVER}/plat-linux3"
-else
- cp -r "${INSTALL_ROOT}/usr/lib/python${PYVER}/plat-linux3" \
- "${INSTALL_ROOT}/usr/lib/python${PYVER}/plat-linux2"
-fi &&
# help some stupid installer scripts
local PV=`echo ${VERSION}|cut -c-3` &&
ln -sf ${TRACK_ROOT}/usr/include/python${PV}m ${INSTALL_ROOT}/usr/include/python${PV} &&
diff --git a/devel/python3/PRE_BUILD b/devel/python3/PRE_BUILD
deleted file mode 100755
index ee53ba4f3b..0000000000
--- a/devel/python3/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY/Lib &&
-
-cp -R plat-linux2 plat-linux3