From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E895A1382C5 for ; Sun, 3 Jan 2021 10:13:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3988FE082D; Sun, 3 Jan 2021 10:13:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24B9BE082D for ; Sun, 3 Jan 2021 10:13:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4F9F340FA8 for ; Sun, 3 Jan 2021 10:13:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F971CC for ; Sun, 3 Jan 2021 10:13:15 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1609668669.c4442d7097376a04b95333dee567740a64ff75ee.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/bootstrap-prefix.sh X-VCS-Directories: scripts/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: c4442d7097376a04b95333dee567740a64ff75ee X-VCS-Branch: master Date: Sun, 3 Jan 2021 10:13:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 702c0a26-93e1-4427-bdd1-221a7c089e86 X-Archives-Hash: f99aea92ad1f65396240613609410a10 commit: c4442d7097376a04b95333dee567740a64ff75ee Author: Fabian Groffen gentoo org> AuthorDate: Sun Jan 3 10:11:09 2021 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Jan 3 10:11:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=c4442d70 scripts/bootstrap-prefix: drop obsolete stuff from bootstrap_python Long time ago, we used Gentoo-patched Python sources. We no longer do (because it's less work, and no longer necessary for the most part) so remove the Gentoo-specific bit PYTHON_DISABLE_MODULES that doesn't do anything now. Signed-off-by: Fabian Groffen gentoo.org> scripts/bootstrap-prefix.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 82b8693832..ccc4d5070e 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -1070,7 +1070,6 @@ bootstrap_python() { # just make sure Python won't find it export HOME="${S}" - export PYTHON_DISABLE_MODULES="_bsddb bsddb bsddb185 bz2 crypt _ctypes_test _curses _curses_panel dbm _elementtree gdbm _locale nis pyexpat readline _sqlite3 _tkinter" export OPT="${CFLAGS}" einfo "Compiling ${A%.tar.*}"