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 3C64758973 for ; Fri, 22 Jan 2016 13:03:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FD7121C006; Fri, 22 Jan 2016 13:03:05 +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 D192421C006 for ; Fri, 22 Jan 2016 13:03:04 +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 F1F9C340A36 for ; Fri, 22 Jan 2016 13:03:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF6861017 for ; Fri, 22 Jan 2016 13:02:59 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1453467761.8f596efeffa7134fbf129b061af60aee1e3bcd58.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keyring/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/keyring/keyring-7.3.ebuild X-VCS-Directories: dev-python/keyring/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 8f596efeffa7134fbf129b061af60aee1e3bcd58 X-VCS-Branch: master Date: Fri, 22 Jan 2016 13:02: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: e1efbe8f-c0f6-4741-8a92-245ef67ffff5 X-Archives-Hash: a4a603ec0e5adb1220cea926240a187b commit: 8f596efeffa7134fbf129b061af60aee1e3bcd58 Author: Louis Sautier gmail com> AuthorDate: Fri Jan 22 10:54:26 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Fri Jan 22 13:02:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f596efe dev-python/keyring: add Python 3.5 support Package-Manager: portage-2.2.27 dev-python/keyring/keyring-7.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/keyring/keyring-7.3.ebuild b/dev-python/keyring/keyring-7.3.ebuild index 19ed821..b65a3c5 100644 --- a/dev-python/keyring/keyring-7.3.ebuild +++ b/dev-python/keyring/keyring-7.3.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1