diff options
author | 2020-05-07 15:11:41 +0200 | |
---|---|---|
committer | 2020-05-07 15:18:06 +0200 | |
commit | ed788e8c1e3e609a0600ea490599f8a9c829089e (patch) | |
tree | d673b76700d6a3080ff9966be3b4539c4ac40c2d /app-misc | |
parent | app-misc/resolve-march-native: Remove py2.7 where possible (diff) | |
download | gentoo-ed788e8c1e3e609a0600ea490599f8a9c829089e.tar.gz gentoo-ed788e8c1e3e609a0600ea490599f8a9c829089e.tar.bz2 gentoo-ed788e8c1e3e609a0600ea490599f8a9c829089e.zip |
app-misc/trash-cli: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/trash-cli/trash-cli-0.17.1.14_p20170816.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/trash-cli/trash-cli-0.17.1.14_p20170816.ebuild b/app-misc/trash-cli/trash-cli-0.17.1.14_p20170816.ebuild index 562153663745..c32b7c75024f 100644 --- a/app-misc/trash-cli/trash-cli-0.17.1.14_p20170816.ebuild +++ b/app-misc/trash-cli/trash-cli-0.17.1.14_p20170816.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 vcs-snapshot |