projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b128cd7
)
configure: require Python 2.7
author
Fabian Groffen
<grobian@gentoo.org>
Sun, 17 Jul 2011 09:47:16 +0000
(11:47 +0200)
committer
Fabian Groffen
<grobian@gentoo.org>
Sun, 17 Jul 2011 09:47:16 +0000
(11:47 +0200)
Save us the hassle of checking if Python 2.6 was built with threads (for
io), by just requiring Python 2.7. It is the only Python in Prefix
anyway.
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index c839b96e503879d3ab7597b207f23bfa5d6bc73f..5b909be8dfd75dfd5d719569813e52193b0f6ae2 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-31,7
+31,7
@@
AC_PROG_LN_S
AC_PROG_EGREP
GENTOO_PATH_XCU_ID()
-GENTOO_PATH_PYTHON([2.
6
])
+GENTOO_PATH_PYTHON([2.
7
])
AC_PATH_PROG(PORTAGE_RM, [rm], no)
AC_PATH_PROG(PORTAGE_MV, [mv], no)