commit: 579269e0c188da05a501619028a440ed97465cac
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 2 09:47:38 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Jan 2 09:47:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=579269e0
dev-lang/python-3.9.1: drop obsolete fixes
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
dev-lang/python/python-3.9.1.ebuild | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/dev-lang/python/python-3.9.1.ebuild
b/dev-lang/python/python-3.9.1.ebuild
index 5ba405b9a9..fc70f542f9 100644
--- a/dev-lang/python/python-3.9.1.ebuild
+++ b/dev-lang/python/python-3.9.1.ebuild
@@ -112,22 +112,11 @@ src_prepare() {
configure.ac configure || die
fi
- # Python doesn't know about arm64-macos yet
- if [[ ${CHOST} == arm64-*-darwin* ]] ; then
- # Teach Python a new trick (arm64)
- sed -i \
- -e "/Unexpected output of 'arch' on OSX/d" \
- configure.ac configure || die
- fi
-
# side-effect of disabling scproxy (see below), make sure we don't
# try to use it on Darwin either
sed -i -e '/sys.platform/s/darwin/disabled-darwin/' \
Lib/urllib/request.py || die
- # disable SDK usage on Darwin/macOS
- sed -i -e '/^MACOS = /s/darwin/no-darwin/' setup.py || die
-
eautoreconf
}