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 ) id 1Seki8-0005D6-W0 for garchives@archives.gentoo.org; Wed, 13 Jun 2012 10:22:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDE25E04C8; Wed, 13 Jun 2012 10:21:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C0CC1E04C8 for ; Wed, 13 Jun 2012 10:21:50 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32C5F1B402C for ; Wed, 13 Jun 2012 10:21:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C19CBE5430 for ; Wed, 13 Jun 2012 10:21:48 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1339582893.3febf0aa9bfb2483565b464399aa5d6df17dddc4.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: runtests.sh X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 3febf0aa9bfb2483565b464399aa5d6df17dddc4 X-VCS-Branch: master Date: Wed, 13 Jun 2012 10:21:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: a7fc2f0a-e8ab-4d76-aa72-cf46d2fd73f1 X-Archives-Hash: a09a77a1b114edb5ea7c0bf695a2ebf1 commit: 3febf0aa9bfb2483565b464399aa5d6df17dddc4 Author: Zac Medico gentoo org> AuthorDate: Wed Jun 13 10:15:23 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Jun 13 10:21:33 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D3febf0aa runtests.sh: add pypy-1.9 to PYTHON_VERSIONS --- runtests.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/runtests.sh b/runtests.sh index 56aa2cc..f65bb61 100755 --- a/runtests.sh +++ b/runtests.sh @@ -2,7 +2,7 @@ # Copyright 2010-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 =20 -PYTHON_VERSIONS=3D"2.6 2.7 2.7-pypy-1.8 3.1 3.2 3.3" +PYTHON_VERSIONS=3D"2.6 2.7 2.7-pypy-1.8 2.7-pypy-1.9 3.1 3.2 3.3" =20 # has to be run from portage root dir cd "${0%/*}" || exit 1