summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2018-07-25 15:34:37 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2018-07-25 15:34:53 -0500
commit2a0858414c61825394ae05c09122207fdc4ee366 (patch)
tree24155fa7c4b5a2bd4664d5b853c2f7dc60a842a2 /dev-python/keyring
parentdev-libs/libfstrcmp: eautoreconf and add DOC use flag (diff)
downloadgentoo-2a0858414c61825394ae05c09122207fdc4ee366.tar.gz
gentoo-2a0858414c61825394ae05c09122207fdc4ee366.tar.bz2
gentoo-2a0858414c61825394ae05c09122207fdc4ee366.zip
dev-python/keyring: re-add py34
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'dev-python/keyring')
-rw-r--r--dev-python/keyring/keyring-13.2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/keyring/keyring-13.2.1.ebuild b/dev-python/keyring/keyring-13.2.1.ebuild
index 7ac4ada424c1..458f8acd5a08 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