From 79b53635fcba4082c8b335dfc8b1d368949a514e Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sat, 29 Oct 2016 19:08:21 -0400 Subject: dev-util/pkgcheck: drop py3.3 support for live ebuild --- dev-util/pkgcheck/pkgcheck-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/pkgcheck/pkgcheck-9999.ebuild b/dev-util/pkgcheck/pkgcheck-9999.ebuild index b556dcc88866..ef4c7be9aee3 100644 --- a/dev-util/pkgcheck/pkgcheck-9999.ebuild +++ b/dev-util/pkgcheck/pkgcheck-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} ) DISTUTILS_IN_SOURCE_BUILD=1 inherit distutils-r1 -- cgit v1.2.3-65-gdbad