diff options
author | 2020-04-09 11:18:10 +0200 | |
---|---|---|
committer | 2020-04-09 11:34:26 +0200 | |
commit | 2b126c3e5d0de60a37ca5735fda78ce10b09fb70 (patch) | |
tree | 8988697e10b5787499ceae134453a3e04c09591f /sys-fs | |
parent | gnome-extra/nautilus-dropbox: update BDEPEND on 2019.02.14 (diff) | |
download | gentoo-2b126c3e5d0de60a37ca5735fda78ce10b09fb70.tar.gz gentoo-2b126c3e5d0de60a37ca5735fda78ce10b09fb70.tar.bz2 gentoo-2b126c3e5d0de60a37ca5735fda78ce10b09fb70.zip |
sys-fs/bcache-tools: Enable py3.{7,8}
Tested by Jan Psota.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/bcache-tools/bcache-tools-1.0.8_p20140220-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/bcache-tools/bcache-tools-1.0.8_p20140220-r1.ebuild b/sys-fs/bcache-tools/bcache-tools-1.0.8_p20140220-r1.ebuild index 0a67fc7a5f00..2fcef65f80b0 100644 --- a/sys-fs/bcache-tools/bcache-tools-1.0.8_p20140220-r1.ebuild +++ b/sys-fs/bcache-tools/bcache-tools-1.0.8_p20140220-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit eutils flag-o-matic python-r1 toolchain-funcs udev |