From 61b71af30274e277c85d26e57f2edd53c44d703c Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 25 Oct 2015 09:32:13 +0100 Subject: 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(-) (limited to 'dev-python/doublex-expects') 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 d0ec5e614b1b..db728154578a 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 -- cgit v1.2.3-65-gdbad