diff options
Diffstat (limited to 'dev-lang/python/files')
-rw-r--r-- | dev-lang/python/files/digest-python-2.3.3-r1 | 1 | ||||
-rw-r--r-- | dev-lang/python/files/python-2.3-add_portage_search_path_take_2.patch | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/dev-lang/python/files/digest-python-2.3.3-r1 b/dev-lang/python/files/digest-python-2.3.3-r1 new file mode 100644 index 000000000000..8c0e033775a0 --- /dev/null +++ b/dev-lang/python/files/digest-python-2.3.3-r1 @@ -0,0 +1 @@ +MD5 70ada9f65742ab2c77a96bcd6dffd9b1 Python-2.3.3.tar.bz2 7195007 diff --git a/dev-lang/python/files/python-2.3-add_portage_search_path_take_2.patch b/dev-lang/python/files/python-2.3-add_portage_search_path_take_2.patch new file mode 100644 index 000000000000..fe43416d9e7f --- /dev/null +++ b/dev-lang/python/files/python-2.3-add_portage_search_path_take_2.patch @@ -0,0 +1,11 @@ +--- Lib/site.py 2003-07-18 18:45:33.000000000 +0100 ++++ Lib/site.py 2003-09-30 00:03:54.000000000 +0100 +@@ -171,6 +171,8 @@ + "python" + sys.version[:3], + "site-packages"), + os.path.join(prefix, "lib", "site-python")] ++ # add Gentoo Linux specific search path - liquidx@gentoo.org (30/09/2003) ++ sitedirs = [os.path.join(prefix,"lib","portage","pym")] + sitedirs + else: + sitedirs = [prefix, os.path.join(prefix, "lib", "site-packages")] + if sys.platform == 'darwin': |