diff options
author | 2021-10-09 22:01:27 +1300 | |
---|---|---|
committer | 2021-10-09 22:30:09 +1300 | |
commit | 02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6 (patch) | |
tree | 72579680271e715cde289018aa7014798a43de0e /www-client | |
parent | sci-geosciences/mapillary_tools: add S (diff) | |
download | guru-02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6.tar.gz guru-02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6.tar.bz2 guru-02b1f0a9ea7b7c18fd17e357b1a1cf61f26835b6.zip |
*/*: drop dead python impls
Signed-off-by: James Beddek <telans@posteo.de>
Diffstat (limited to 'www-client')
4 files changed, 4 insertions, 4 deletions
diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild index 01e9169f6..59cb8d91c 100644 --- a/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild +++ b/www-client/torbrowser-launcher/torbrowser-launcher-0.3.3.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 optfeature xdg diff --git a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild index b51f05ec8..836bdf7b7 100644 --- a/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild +++ b/www-client/torbrowser-launcher/torbrowser-launcher-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 optfeature xdg diff --git a/www-client/woob/woob-3.0-r1.ebuild b/www-client/woob/woob-3.0-r1.ebuild index 51f6d0707..b00e3f9ba 100644 --- a/www-client/woob/woob-3.0-r1.ebuild +++ b/www-client/woob/woob-3.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 diff --git a/www-client/woob/woob-9999.ebuild b/www-client/woob/woob-9999.ebuild index 51f6d0707..b00e3f9ba 100644 --- a/www-client/woob/woob-9999.ebuild +++ b/www-client/woob/woob-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |