app-text/pastebinit: add python3_8 target
authorneeshy <neeshy@tfwno.gf>
Wed, 25 Mar 2020 19:36:46 +0000 (15:36 -0400)
committerCraig Andrews <candrews@gentoo.org>
Sun, 19 Apr 2020 02:35:35 +0000 (22:35 -0400)
Signed-off-by: Nima Sadeghi <neeshy@tfwno.gf>
Closes: https://github.com/gentoo/gentoo/pull/15078
Signed-off-by: Craig Andrews <candrews@gentoo.org>
app-text/pastebinit/pastebinit-1.5-r1.ebuild

index f849d52e157abaed19a3a3f780ef3762e3ed1b1b..753ef0c0f1bf05a777c4ad0811d499bcb7080669 100644 (file)
@@ -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