commit: 67669311726f765aeb53ff566008bcc55b6c898b Author: neeshy <neeshy <AT> tfwno <DOT> gf> AuthorDate: Wed Mar 25 19:36:46 2020 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Sun Apr 19 02:35:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67669311
app-text/pastebinit: add python3_8 target Signed-off-by: Nima Sadeghi <neeshy <AT> tfwno.gf> Closes: https://github.com/gentoo/gentoo/pull/15078 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> 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 f849d52e157..753ef0c0f1b 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
