diff options
author | Ben Kohler <bkohler@gentoo.org> | 2020-01-06 17:08:41 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2020-01-07 07:50:03 -0600 |
commit | 11d9e66bef473a2502c9d648d347474ba8724594 (patch) | |
tree | 0bee3de89cd2fde5e15878e98a94094a533c67b4 /net-misc/connman-notify | |
parent | app-admin/ps_mem: update PYTHON_COMPAT & fix homepage (diff) | |
download | gentoo-11d9e66bef473a2502c9d648d347474ba8724594.tar.gz gentoo-11d9e66bef473a2502c9d648d347474ba8724594.tar.bz2 gentoo-11d9e66bef473a2502c9d648d347474ba8724594.zip |
net-misc/connman-notify: update PYTHON_COMPAT
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-misc/connman-notify')
-rw-r--r-- | net-misc/connman-notify/connman-notify-0_pre20191003.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/connman-notify/connman-notify-0_pre20191003.ebuild b/net-misc/connman-notify/connman-notify-0_pre20191003.ebuild index 4c4c3e6b29ed..3f875e44e212 100644 --- a/net-misc/connman-notify/connman-notify-0_pre20191003.ebuild +++ b/net-misc/connman-notify/connman-notify-0_pre20191003.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit desktop python-single-r1 vcs-snapshot |