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 2BF4B138BF0 for ; Wed, 14 Oct 2015 17:21:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7109FE0802; Wed, 14 Oct 2015 17:21:17 +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 046F6E0802 for ; Wed, 14 Oct 2015 17:21:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14241340A36 for ; Wed, 14 Oct 2015 17:21:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 638FB10C7 for ; Wed, 14 Oct 2015 17:21:13 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1444841207.8edd0772f4b08e4cc9e46fbcac698450d82c77d4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hgdistver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hgdistver/hgdistver-0.25.ebuild X-VCS-Directories: dev-python/hgdistver/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8edd0772f4b08e4cc9e46fbcac698450d82c77d4 X-VCS-Branch: master Date: Wed, 14 Oct 2015 17:21:13 +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: 5da12561-90e2-4075-9d5d-9adf0de4553d X-Archives-Hash: 5d30fe4a5d94f590a1c60435b651fede commit: 8edd0772f4b08e4cc9e46fbcac698450d82c77d4 Author: Sean Vig gmail com> AuthorDate: Wed Oct 14 15:17:24 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 14 16:46:47 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8edd0772 dev-python/hgdistver: Add python3_5 target dev-python/hgdistver/hgdistver-0.25.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hgdistver/hgdistver-0.25.ebuild b/dev-python/hgdistver/hgdistver-0.25.ebuild index e05a608..7443a61 100644 --- a/dev-python/hgdistver/hgdistver-0.25.ebuild +++ b/dev-python/hgdistver/hgdistver-0.25.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy pypy3 ) inherit distutils-r1