From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B3E0138330 for ; Thu, 1 Sep 2016 16:32:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8150A21C07C; Thu, 1 Sep 2016 16:32:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 341FF21C097 for ; Thu, 1 Sep 2016 16:32:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56D1F3408A6 for ; Thu, 1 Sep 2016 16:32:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 509A62479 for ; Thu, 1 Sep 2016 16:31:59 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1472747314.433568423ac375b4206955132c5cf8e46db870e0.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sepolgen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sepolgen/sepolgen-9999.ebuild X-VCS-Directories: dev-python/sepolgen/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 433568423ac375b4206955132c5cf8e46db870e0 X-VCS-Branch: master Date: Thu, 1 Sep 2016 16:31:59 +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: 681b53b6-0cd7-4d6b-8ace-6f077f40eef8 X-Archives-Hash: a72166f0ba38c855a9e006485a0a27a0 commit: 433568423ac375b4206955132c5cf8e46db870e0 Author: Jason Zaman gentoo org> AuthorDate: Thu Sep 1 16:15:20 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Thu Sep 1 16:28:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43356842 dev-python/sepolgen: Add python3_5 Package-Manager: portage-2.2.28 dev-python/sepolgen/sepolgen-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sepolgen/sepolgen-9999.ebuild b/dev-python/sepolgen/sepolgen-9999.ebuild index a3874a9..1c1dbbc 100644 --- a/dev-python/sepolgen/sepolgen-9999.ebuild +++ b/dev-python/sepolgen/sepolgen-9999.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI="6" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit python-r1