* [gentoo-commits] gentoo-x86 commit in dev-lang/python/files: linux2.patch
@ 2011-09-16 13:34 Dirkjan Ochtman (djc)
0 siblings, 0 replies; 2+ messages in thread
From: Dirkjan Ochtman (djc) @ 2011-09-16 13:34 UTC (permalink / raw
To: gentoo-commits
djc 11/09/16 13:34:12
Added: linux2.patch
Log:
Set sys.platform to linux2 even on linux3 (bug 375257).
(Portage version: 2.1.10.15/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-lang/python/files/linux2.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/files/linux2.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/files/linux2.patch?rev=1.1&content-type=text/plain
Index: linux2.patch
===================================================================
http://hg.python.org/cpython/rev/c816479f6aaf/
diff --git a/configure b/configure
--- a/configure
+++ b/configure
@@ -2995,6 +2995,7 @@ then
MACHDEP="$ac_md_system$ac_md_release"
case $MACHDEP in
+ linux*) MACHDEP="linux2";;
cygwin*) MACHDEP="cygwin";;
darwin*) MACHDEP="darwin";;
atheos*) MACHDEP="atheos";;
diff --git a/configure.in b/configure.in
--- a/configure.in
+++ b/configure.in
@@ -293,6 +293,7 @@ then
MACHDEP="$ac_md_system$ac_md_release"
case $MACHDEP in
+ linux*) MACHDEP="linux2";;
cygwin*) MACHDEP="cygwin";;
darwin*) MACHDEP="darwin";;
atheos*) MACHDEP="atheos";;
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-lang/python/files: linux2.patch
@ 2011-12-13 18:10 Dirkjan Ochtman (djc)
0 siblings, 0 replies; 2+ messages in thread
From: Dirkjan Ochtman (djc) @ 2011-12-13 18:10 UTC (permalink / raw
To: gentoo-commits
djc 11/12/13 18:10:36
Modified: linux2.patch
Log:
Commit a fix for bug 394547.
(Portage version: 2.1.10.39/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-lang/python/files/linux2.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/files/linux2.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/files/linux2.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/files/linux2.patch?r1=1.1&r2=1.2
Index: linux2.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/files/linux2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux2.patch 16 Sep 2011 13:34:12 -0000 1.1
+++ linux2.patch 13 Dec 2011 18:10:36 -0000 1.2
@@ -1,15 +1,4 @@
http://hg.python.org/cpython/rev/c816479f6aaf/
-diff --git a/configure b/configure
---- a/configure
-+++ b/configure
-@@ -2995,6 +2995,7 @@ then
- MACHDEP="$ac_md_system$ac_md_release"
-
- case $MACHDEP in
-+ linux*) MACHDEP="linux2";;
- cygwin*) MACHDEP="cygwin";;
- darwin*) MACHDEP="darwin";;
- atheos*) MACHDEP="atheos";;
diff --git a/configure.in b/configure.in
--- a/configure.in
+++ b/configure.in
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-13 18:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-13 18:10 [gentoo-commits] gentoo-x86 commit in dev-lang/python/files: linux2.patch Dirkjan Ochtman (djc)
-- strict thread matches above, loose matches on Subject: below --
2011-09-16 13:34 Dirkjan Ochtman (djc)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox