From: neeshy Date: Wed, 25 Mar 2020 19:36:46 +0000 (-0400) Subject: app-text/pastebinit: add python3_8 target X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=67669311726f765aeb53ff566008bcc55b6c898b;p=gentoo.git 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 --- 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