diff options
author | Rick Farina <zerochaos@gentoo.org> | 2020-03-18 15:43:09 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2020-03-18 15:43:18 -0400 |
commit | ec8c2601c4a39300baedced2d2ef912b93eab523 (patch) | |
tree | 0ae08bdb378771978f5e881a74ba3970a0ef61e5 /sys-devel | |
parent | profiles: drop mask for newer app-backup/rdiff-backup (diff) | |
download | gentoo-ec8c2601c4a39300baedced2d2ef912b93eab523.tar.gz gentoo-ec8c2601c4a39300baedced2d2ef912b93eab523.tar.bz2 gentoo-ec8c2601c4a39300baedced2d2ef912b93eab523.zip |
sys-devel/distcc: python3_7
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/distcc/distcc-3.3.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/distcc/distcc-3.3.3-r1.ebuild b/sys-devel/distcc/distcc-3.3.3-r1.ebuild index 826019c73427..64a80a215ecf 100644 --- a/sys-devel/distcc/distcc-3.3.3-r1.ebuild +++ b/sys-devel/distcc/distcc-3.3.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit autotools flag-o-matic python-single-r1 systemd \ toolchain-funcs user xdg-utils prefix |