From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E78C21384B4 for ; Sun, 22 Nov 2015 13:29:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7E0521C02F; Sun, 22 Nov 2015 13:29:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E13A21C02F for ; Sun, 22 Nov 2015 13:29:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49D7D340821 for ; Sun, 22 Nov 2015 13:29:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7B8FA7F for ; Sun, 22 Nov 2015 13:29:20 +0000 (UTC) From: "Alex Brandt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alex Brandt" Message-ID: <1448198936.b7c03b1e1682376ec10896efd9112acb84b90ba8.alunduil@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslotest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oslotest/oslotest-1.12.0.ebuild X-VCS-Directories: dev-python/oslotest/ X-VCS-Committer: alunduil X-VCS-Committer-Name: Alex Brandt X-VCS-Revision: b7c03b1e1682376ec10896efd9112acb84b90ba8 X-VCS-Branch: master Date: Sun, 22 Nov 2015 13:29:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ba514759-4844-42fa-9415-dec727c23014 X-Archives-Hash: 3a1b36fe2e5c887c8c2369dda1acf7f7 commit: b7c03b1e1682376ec10896efd9112acb84b90ba8 Author: Alex Brandt gentoo org> AuthorDate: Sun Nov 22 13:28:00 2015 +0000 Commit: Alex Brandt gentoo org> CommitDate: Sun Nov 22 13:28:56 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7c03b1e dev-python/oslotest: re-add python3_3 Package-Manager: portage-2.2.25 dev-python/oslotest/oslotest-1.12.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/oslotest/oslotest-1.12.0.ebuild b/dev-python/oslotest/oslotest-1.12.0.ebuild index 07c0182..4b834b7 100644 --- a/dev-python/oslotest/oslotest-1.12.0.ebuild +++ b/dev-python/oslotest/oslotest-1.12.0.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1