diff options
author | Sam James <sam@gentoo.org> | 2021-02-12 21:40:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-12 21:41:02 +0000 |
commit | c9419e0ec2cbc178aa1df6cfe599808fec40d1c8 (patch) | |
tree | 92a45dbaabdd7936ad99b912d7e5668a376825a1 /sys-cluster | |
parent | sci-libs/simpleitk: drop ChangeLog (diff) | |
download | sci-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 'sys-cluster')
-rw-r--r-- | sys-cluster/modules/modules-4.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/modules/modules-4.6.0.ebuild b/sys-cluster/modules/modules-4.6.0.ebuild index 8e1272dad..fc1d72946 100644 --- a/sys-cluster/modules/modules-4.6.0.ebuild +++ b/sys-cluster/modules/modules-4.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit autotools python-single-r1 |