diff options
author | neeshy <neeshy@tfwno.gf> | 2020-03-25 15:36:46 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-04-18 22:35:35 -0400 |
commit | 67669311726f765aeb53ff566008bcc55b6c898b (patch) | |
tree | 9a5466d83d418ee44787fb4521c0a4aa4f4bc152 /app-text | |
parent | net-p2p/deluge: fix warning related to gettext (diff) | |
download | gentoo-67669311726f765aeb53ff566008bcc55b6c898b.tar.gz gentoo-67669311726f765aeb53ff566008bcc55b6c898b.tar.bz2 gentoo-67669311726f765aeb53ff566008bcc55b6c898b.zip |
app-text/pastebinit: add python3_8 target
Signed-off-by: Nima Sadeghi <neeshy@tfwno.gf>
Closes: https://github.com/gentoo/gentoo/pull/15078
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/pastebinit/pastebinit-1.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |