diff options
author | Matthias Maier <tamiko@gentoo.org> | 2020-05-12 00:28:06 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2020-05-12 00:28:06 -0500 |
commit | 3075b321e2c21eaaa2c6e9bb09d20c30063eb390 (patch) | |
tree | bde2f12c562ddf744975049821bc0ec40f03d640 | |
parent | dev-python/python-btrfs: version bump to 11, add python 3.{678} compat (diff) | |
download | tamiko-3075b321e2c21eaaa2c6e9bb09d20c30063eb390.tar.gz tamiko-3075b321e2c21eaaa2c6e9bb09d20c30063eb390.tar.bz2 tamiko-3075b321e2c21eaaa2c6e9bb09d20c30063eb390.zip |
net-analyzer/flent: add python compat
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
-rw-r--r-- | net-analyzer/flent/flent-1.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/flent/flent-1.3.2.ebuild b/net-analyzer/flent/flent-1.3.2.ebuild index 58e37af..08218bc 100644 --- a/net-analyzer/flent/flent-1.3.2.ebuild +++ b/net-analyzer/flent/flent-1.3.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 |