summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2016-10-29 19:08:21 -0400
committerTim Harder <radhermit@gentoo.org>2016-10-29 19:12:22 -0400
commit79b53635fcba4082c8b335dfc8b1d368949a514e (patch)
tree6b41c5a17698e9704ab69f8ad473c4a32202bdc4
parentsys-apps/systemd: install rootlib_LTLIBRARIES on non-native abis (diff)
downloadgentoo-79b53635.tar.gz
gentoo-79b53635.tar.bz2
gentoo-79b53635.zip
dev-util/pkgcheck: drop py3.3 support for live ebuild
-rw-r--r--dev-util/pkgcheck/pkgcheck-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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