projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1981b61
)
app-text/pastebinit: add python3_8 target
author
neeshy
<neeshy@tfwno.gf>
Wed, 25 Mar 2020 19:36:46 +0000
(15:36 -0400)
committer
Craig 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
patch
|
blob
|
history
diff --git
a/app-text/pastebinit/pastebinit-1.5-r1.ebuild
b/app-text/pastebinit/pastebinit-1.5-r1.ebuild
index f849d52e157abaed19a3a3f780ef3762e3ed1b1b..753ef0c0f1bf05a777c4ad0811d499bcb7080669 100644
(file)
--- 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