commit: 4ffece28ff05e981803d37b06e20d43a2979878a
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 24 19:18:11 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=4ffece28
dev-python/rq-dashboard: drop python3_3 support
Package-Manager: portage-2.2.25
Manifest-Sign-Key: C6085806
dev-python/rq-dashboard/rq-dashboard-0.3.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/rq-dashboard/rq-dashboard-0.3.4.ebuild
b/dev-python/rq-dashboard/rq-dashboard-0.3.4.ebuild
index 9e4e33e..ec562fd 100644
--- a/dev-python/rq-dashboard/rq-dashboard-0.3.4.ebuild
+++ b/dev-python/rq-dashboard/rq-dashboard-0.3.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