diff options
author | Ben Kohler <bkohler@gentoo.org> | 2021-07-13 08:21:29 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2021-07-13 08:29:41 -0500 |
commit | b1be8347a3ab26d4aaa290eba1a884a692675fe7 (patch) | |
tree | c9e1307aaabc68649ba6c1f7a6aca03d8627b8ae | |
parent | dev-python/path-and-address: add python3_10 compat (diff) | |
download | gentoo-b1be8347a3ab26d4aaa290eba1a884a692675fe7.tar.gz gentoo-b1be8347a3ab26d4aaa290eba1a884a692675fe7.tar.bz2 gentoo-b1be8347a3ab26d4aaa290eba1a884a692675fe7.zip |
net-misc/connman-notify: add python3_10 compat
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
-rw-r--r-- | net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild b/net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild index 7111e0e57bbf..69220f55962a 100644 --- a/net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild +++ b/net-misc/connman-notify/connman-notify-0_pre20191003-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit desktop python-single-r1 vcs-snapshot |