From 67669311726f765aeb53ff566008bcc55b6c898b Mon Sep 17 00:00:00 2001 From: neeshy Date: Wed, 25 Mar 2020 15:36:46 -0400 Subject: [PATCH] app-text/pastebinit: add python3_8 target Signed-off-by: Nima Sadeghi Closes: https://github.com/gentoo/gentoo/pull/15078 Signed-off-by: Craig Andrews --- app-text/pastebinit/pastebinit-1.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/pastebinit/pastebinit-1.5-r1.ebuild b/app-text/pastebinit/pastebinit-1.5-r1.ebuild index f849d52e157a..753ef0c0f1bf 100644 --- a/app-text/pastebinit/pastebinit-1.5-r1.ebuild +++ b/app-text/pastebinit/pastebinit-1.5-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="xml" inherit python-single-r1 -- 2.26.2