From d5ccf03b175a4ee2f09bb5f9c7293de5dc320cc4 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 30 Nov 2019 20:15:52 +0100 Subject: [PATCH] dev-util/itstool: python3_8 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner Signed-off-by: Aaron Bauman --- dev-util/itstool/itstool-2.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/itstool/itstool-2.0.6.ebuild b/dev-util/itstool/itstool-2.0.6.ebuild index 0cd59f921282b..4ccd4663ede47 100644 --- a/dev-util/itstool/itstool-2.0.6.ebuild +++ b/dev-util/itstool/itstool-2.0.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7,8} ) PYTHON_REQ_USE="xml" inherit python-single-r1