commit: 61b71af30274e277c85d26e57f2edd53c44d703c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 08:32:13 2015 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 08:33:57 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b71af3
dev-python/doublex-expects: remove py3.3 from 0.7.0* to match deps
Remove python3.3 support from doublex-expects-0.7.0_rc1 since last
version matching >=dev-python/expects-0.8.0_rc1 and having python3.3
enabled has been removed.
Fixes: f4d0cf625270fee1 ("dev-python/expects: remove version 0.8.0_rc2")
dev-python/doublex-expects/doublex-expects-0.7.0_rc1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/doublex-expects/doublex-expects-0.7.0_rc1.ebuild
b/dev-python/doublex-expects/doublex-expects-0.7.0_rc1.ebuild
index d0ec5e6..db72815 100644
--- a/dev-python/doublex-expects/doublex-expects-0.7.0_rc1.ebuild
+++ b/dev-python/doublex-expects/doublex-expects-0.7.0_rc1.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_4 )
inherit distutils-r1 vcs-snapshot