diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:06:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:26:47 +0100 |
commit | 5ecc24ece06e051e1297af6869087a4e1c2fd1a8 (patch) | |
tree | f61fbe4c34763329ba633504e091938507fb4beb /sys-process/bcron | |
parent | sys-libs/llvm-libunwind: Remove py2 where possible (diff) | |
download | gentoo-5ecc24ece06e051e1297af6869087a4e1c2fd1a8.tar.gz gentoo-5ecc24ece06e051e1297af6869087a4e1c2fd1a8.tar.bz2 gentoo-5ecc24ece06e051e1297af6869087a4e1c2fd1a8.zip |
sys-process/bcron: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-process/bcron')
-rw-r--r-- | sys-process/bcron/bcron-0.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-process/bcron/bcron-0.11.ebuild b/sys-process/bcron/bcron-0.11.ebuild index 6078a2a5ba25..81b2a4789da4 100644 --- a/sys-process/bcron/bcron-0.11.ebuild +++ b/sys-process/bcron/bcron-0.11.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit cron python-any-r1 toolchain-funcs |