diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-30 17:10:16 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-02 14:48:37 +0100 |
commit | c8ed5f9c4527b7e8053fd397f00d0d03f540dbbf (patch) | |
tree | 9b53e8c8d5235c85d3babad5656cc439f1490e72 /dev-libs | |
parent | dev-python/pocketlint: python3_8 (diff) | |
download | gentoo-c8ed5f9c4527b7e8053fd397f00d0d03f540dbbf.tar.gz gentoo-c8ed5f9c4527b7e8053fd397f00d0d03f540dbbf.tar.bz2 gentoo-c8ed5f9c4527b7e8053fd397f00d0d03f540dbbf.zip |
dev-libs/libbytesize: python3_8
Closes: https://bugs.gentoo.org/701588
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libbytesize/libbytesize-2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libbytesize/libbytesize-2.1.ebuild b/dev-libs/libbytesize/libbytesize-2.1.ebuild index f3c68f3c42fe..ae527783b027 100644 --- a/dev-libs/libbytesize/libbytesize-2.1.ebuild +++ b/dev-libs/libbytesize/libbytesize-2.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7,8} ) inherit python-r1 |