summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-01-30 11:16:14 +0100
committerDavid Seifert <soap@gentoo.org>2022-01-30 11:16:14 +0100
commit7a55b8993e05e8701b1913ef5040318f7533b081 (patch)
tree11b2641c6da5e15116cbdc887d153efb522dbcb5 /app-admin/github-backup-utils/github-backup-utils-2.22.0.ebuild
parentdev-python/pyClamd: Python 3.10 support, config path fix. (diff)
downloadgentoo-7a55b8993e05e8701b1913ef5040318f7533b081.tar.gz
gentoo-7a55b8993e05e8701b1913ef5040318f7533b081.tar.bz2
gentoo-7a55b8993e05e8701b1913ef5040318f7533b081.zip
*/*: consistent PYTHON_COMPAT style
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-admin/github-backup-utils/github-backup-utils-2.22.0.ebuild')
-rw-r--r--app-admin/github-backup-utils/github-backup-utils-2.22.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/github-backup-utils/github-backup-utils-2.22.0.ebuild b/app-admin/github-backup-utils/github-backup-utils-2.22.0.ebuild
index 1072be5f53ae..15865bbb263e 100644
--- a/app-admin/github-backup-utils/github-backup-utils-2.22.0.ebuild
+++ b/app-admin/github-backup-utils/github-backup-utils-2.22.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
# Python3 support: https://github.com/github/backup-utils/pull/627
-PYTHON_COMPAT=(python3_{7,8})
+PYTHON_COMPAT=( python3_{7,8} )
inherit python-any-r1
DESCRIPTION="Backup and recovery utilities for GitHub Enterprise"