commit: 2c4d9d7c3979e5c983a31ba88d91e6e37b2e99d5
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 24 19:19:16 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Nov 24 19:20:05 2015 +0000
URL: https://gitweb.gentoo.org/dev/eva.git/commit/?id=2c4d9d7c
dev-python/rq: drop python3_3 support
Package-Manager: portage-2.2.25
Manifest-Sign-Key: C6085806
dev-python/rq/rq-0.5.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/rq/rq-0.5.4.ebuild b/dev-python/rq/rq-0.5.4.ebuild
index e74f885..f89425c 100644
--- a/dev-python/rq/rq-0.5.4.ebuild
+++ b/dev-python/rq/rq-0.5.4.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4} )
inherit distutils-r1