diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2017-01-16 10:29:36 -0800 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2017-01-16 10:29:36 -0800 |
commit | e7821b919d57fcfba7648d5db9e3925fea9aa332 (patch) | |
tree | 0f9047342682b6330382d44209e3ad18711e01d1 | |
parent | app-admin/ansible: Fix jinja dep in 2.2.1.0 (diff) | |
download | gentoo-e7821b919d57fcfba7648d5db9e3925fea9aa332.tar.gz gentoo-e7821b919d57fcfba7648d5db9e3925fea9aa332.tar.bz2 gentoo-e7821b919d57fcfba7648d5db9e3925fea9aa332.zip |
dev-python/incremental: Drop python-3.3
Package-Manager: Portage-2.3.3_p23, Repoman-2.3.1_p16
-rw-r--r-- | dev-python/incremental/incremental-16.10.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/incremental/incremental-16.10.1.ebuild b/dev-python/incremental/incremental-16.10.1.ebuild index 4f683bf80944..843ec9dd31d3 100644 --- a/dev-python/incremental/incremental-16.10.1.ebuild +++ b/dev-python/incremental/incremental-16.10.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy) +PYTHON_COMPAT=( python2_7 python3_{4,5} pypy) inherit distutils-r1 |