From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-commits+bounces-363236-garchives=archives.gentoo.org@lists.gentoo.org>) id 1QiNxx-0005zw-Ic for garchives@archives.gentoo.org; Sun, 17 Jul 2011 09:48:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A40321C154; Sun, 17 Jul 2011 09:48:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CA5E721C154 for <gentoo-commits@lists.gentoo.org>; Sun, 17 Jul 2011 09:48:41 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 571B02AC001 for <gentoo-commits@lists.gentoo.org>; Sun, 17 Jul 2011 09:48:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id BC7938003D for <gentoo-commits@lists.gentoo.org>; Sun, 17 Jul 2011 09:48:40 +0000 (UTC) From: "Fabian Groffen" <grobian@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" <grobian@gentoo.org> Message-ID: <a88e72b98938a10edf4057b3ec73bc26295a585c.grobian@gentoo> Subject: [gentoo-commits] proj/portage:prefix commit in: / X-VCS-Repository: proj/portage X-VCS-Files: configure.in X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: a88e72b98938a10edf4057b3ec73bc26295a585c Date: Sun, 17 Jul 2011 09:48:40 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 6f67cb342a761fd81245b19d2a2fe680 commit: a88e72b98938a10edf4057b3ec73bc26295a585c Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sun Jul 17 09:47:16 2011 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sun Jul 17 09:47:16 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Da88e72b9 configure: require Python 2.7 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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.in b/configure.in index c839b96..5b909be 100644 --- a/configure.in +++ b/configure.in @@ -31,7 +31,7 @@ AC_PROG_LN_S AC_PROG_EGREP =20 GENTOO_PATH_XCU_ID() -GENTOO_PATH_PYTHON([2.6]) +GENTOO_PATH_PYTHON([2.7]) =20 AC_PATH_PROG(PORTAGE_RM, [rm], no) AC_PATH_PROG(PORTAGE_MV, [mv], no)