diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-09-26 11:18:18 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-09-26 11:18:18 +0200 |
commit | 1eecfb74b40cf3d9a321887b18dacb7eefad8c31 (patch) | |
tree | a932a2b74a5f1506b149f9f284868ed406967418 /dev-vcs | |
parent | dev-python/i3ipc: add metadata file (diff) | |
download | guru-1eecfb74b40cf3d9a321887b18dacb7eefad8c31.tar.gz guru-1eecfb74b40cf3d9a321887b18dacb7eefad8c31.tar.bz2 guru-1eecfb74b40cf3d9a321887b18dacb7eefad8c31.zip |
*/*: drop py3_6
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-repo-updater/git-repo-updater-0.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git-repo-updater/git-repo-updater-0.5.1.ebuild b/dev-vcs/git-repo-updater/git-repo-updater-0.5.1.ebuild index 9194c6610..35bcb0495 100644 --- a/dev-vcs/git-repo-updater/git-repo-updater-0.5.1.ebuild +++ b/dev-vcs/git-repo-updater/git-repo-updater-0.5.1.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) DISTUTILS_USE_SETUPTOOLS=rdepend |