aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-12 21:40:09 +0000
committerSam James <sam@gentoo.org>2021-02-12 21:41:02 +0000
commitc9419e0ec2cbc178aa1df6cfe599808fec40d1c8 (patch)
tree92a45dbaabdd7936ad99b912d7e5668a376825a1 /dev-python/Forthon
parentsci-libs/simpleitk: drop ChangeLog (diff)
downloadsci-c9419e0ec2cbc178aa1df6cfe599808fec40d1c8.tar.gz
sci-c9419e0ec2cbc178aa1df6cfe599808fec40d1c8.tar.bz2
sci-c9419e0ec2cbc178aa1df6cfe599808fec40d1c8.zip
*/*: drop obsolete python_targets_python3_6
Hopefully got them all: * find . | grep -i .ebuild | xargs perl -p -i -e "s/6\.\.9/7\.\.9/" * find . | grep -i .ebuild | xargs perl -p -i -e "s/3_{6,7/3_{7/" Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/Forthon')
-rw-r--r--dev-python/Forthon/Forthon-0.8.49.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/Forthon/Forthon-0.8.49.ebuild b/dev-python/Forthon/Forthon-0.8.49.ebuild
index 2953883a0..85bec5edb 100644
--- a/dev-python/Forthon/Forthon-0.8.49.ebuild
+++ b/dev-python/Forthon/Forthon-0.8.49.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit eutils distutils-r1