From e7e35db554a9e3c48748ac071f9510eb6ce1c6f2 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sat, 29 Oct 2016 19:10:34 -0400 Subject: dev-python/pychroot: drop py3.3 support for live ebuild --- dev-python/pychroot/pychroot-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/pychroot') diff --git a/dev-python/pychroot/pychroot-9999.ebuild b/dev-python/pychroot/pychroot-9999.ebuild index b3c192a6f874..c05455073ecd 100644 --- a/dev-python/pychroot/pychroot-9999.ebuild +++ b/dev-python/pychroot/pychroot-9999.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then -- cgit v1.2.3-65-gdbad