diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-10-29 19:08:21 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-10-29 19:12:22 -0400 |
commit | 79b53635fcba4082c8b335dfc8b1d368949a514e (patch) | |
tree | 6b41c5a17698e9704ab69f8ad473c4a32202bdc4 /dev-util/pkgcheck | |
parent | sys-apps/systemd: install rootlib_LTLIBRARIES on non-native abis (diff) | |
download | gentoo-79b53635fcba4082c8b335dfc8b1d368949a514e.tar.gz gentoo-79b53635fcba4082c8b335dfc8b1d368949a514e.tar.bz2 gentoo-79b53635fcba4082c8b335dfc8b1d368949a514e.zip |
dev-util/pkgcheck: drop py3.3 support for live ebuild
Diffstat (limited to 'dev-util/pkgcheck')
-rw-r--r-- | dev-util/pkgcheck/pkgcheck-9999.ebuild | 2 |
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 |