diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:26:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 12:37:55 +0100 |
commit | c26e339eddebe3555c368f492e1d947ae14481e8 (patch) | |
tree | 4d3bab5c1f232b38a7603842e0b4d3845e6a52b8 /app-arch/patool | |
parent | app-i18n/transifex-client: Remove py2 (diff) | |
download | gentoo-c26e339eddebe3555c368f492e1d947ae14481e8.tar.gz gentoo-c26e339eddebe3555c368f492e1d947ae14481e8.tar.bz2 gentoo-c26e339eddebe3555c368f492e1d947ae14481e8.zip |
app-arch/patool: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-arch/patool')
-rw-r--r-- | app-arch/patool/patool-1.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/patool/patool-1.12.ebuild b/app-arch/patool/patool-1.12.ebuild index e29ed3ba8086..82eb33677c92 100644 --- a/app-arch/patool/patool-1.12.ebuild +++ b/app-arch/patool/patool-1.12.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 |