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 62819138334 for ; Wed, 25 Jul 2018 20:35:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F89EE083E; Wed, 25 Jul 2018 20:35:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4B90E083E for ; Wed, 25 Jul 2018 20:35:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A7C4335CA8 for ; Wed, 25 Jul 2018 20:35:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5167353 for ; Wed, 25 Jul 2018 20:35:04 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1532550893.2a0858414c61825394ae05c09122207fdc4ee366.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keyring/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/keyring/keyring-13.2.1.ebuild X-VCS-Directories: dev-python/keyring/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 2a0858414c61825394ae05c09122207fdc4ee366 X-VCS-Branch: master Date: Wed, 25 Jul 2018 20:35:04 +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: f7f450af-bd23-49e3-bb17-7ee057fdd5fa X-Archives-Hash: 8c432fe06d77460a99be1f9d35da5d10 commit: 2a0858414c61825394ae05c09122207fdc4ee366 Author: Matthew Thode gentoo org> AuthorDate: Wed Jul 25 20:34:37 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Wed Jul 25 20:34:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a085841 dev-python/keyring: re-add py34 Package-Manager: Portage-2.3.43, Repoman-2.3.10 dev-python/keyring/keyring-13.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/keyring/keyring-13.2.1.ebuild b/dev-python/keyring/keyring-13.2.1.ebuild index 7ac4ada424c..458f8acd5a0 100644 --- a/dev-python/keyring/keyring-13.2.1.ebuild +++ b/dev-python/keyring/keyring-13.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1