diff --git a/x11-misc/redshift-wlr/ChangeLog b/x11-misc/redshift-wlr/ChangeLog index 53d5fdd..c3f025f 100644 --- a/x11-misc/redshift-wlr/ChangeLog +++ b/x11-misc/redshift-wlr/ChangeLog @@ -1,3 +1,6 @@ + 16 May 2021; redshift-wlr-9999.ebuild: + x11-misc/redshift-wlr: python compat bump + *redshift-wlr-9999 (13 Mar 2020) 13 Mar 2020; +metadata.xml, +redshift-wlr-9999.ebuild: diff --git a/x11-misc/redshift-wlr/redshift-wlr-9999.ebuild b/x11-misc/redshift-wlr/redshift-wlr-9999.ebuild index 6afe3ae..253aa78 100644 --- a/x11-misc/redshift-wlr/redshift-wlr-9999.ebuild +++ b/x11-misc/redshift-wlr/redshift-wlr-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit systemd autotools eutils gnome2-utils python-r1 git-r3