Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keyring/
Date: Wed, 25 Jul 2018 20:35:13
Message-Id: 1532550893.2a0858414c61825394ae05c09122207fdc4ee366.prometheanfire@gentoo
1 commit: 2a0858414c61825394ae05c09122207fdc4ee366
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 25 20:34:37 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 25 20:34:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a085841
7
8 dev-python/keyring: re-add py34
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 dev-python/keyring/keyring-13.2.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/keyring/keyring-13.2.1.ebuild b/dev-python/keyring/keyring-13.2.1.ebuild
16 index 7ac4ada424c..458f8acd5a0 100644
17 --- a/dev-python/keyring/keyring-13.2.1.ebuild
18 +++ b/dev-python/keyring/keyring-13.2.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
24 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
25
26 inherit distutils-r1