From 67c321e4b1636a3dcefe41fcb52d41c328613831 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Sun, 16 May 2021 06:06:27 -0400 Subject: [PATCH] x11-misc/redshift-wlr: python compat update Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Horea Christian --- x11-misc/redshift-wlr/ChangeLog | 3 +++ x11-misc/redshift-wlr/redshift-wlr-9999.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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