diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2020-11-30 19:56:54 +0100 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2020-11-30 19:57:35 +0100 |
commit | 5ca471910b714fe175895f33588d97b652708191 (patch) | |
tree | 0a7c3599f1f1dcd45dfdca4ffb53010000cc179e /x11-misc/redshift | |
parent | sci-libs/shapely: drop old (diff) | |
download | gentoo-5ca471910b714fe175895f33588d97b652708191.tar.gz gentoo-5ca471910b714fe175895f33588d97b652708191.tar.bz2 gentoo-5ca471910b714fe175895f33588d97b652708191.zip |
x11-misc/redshift: 1.12-r3: python 3.8 and 3.9 support.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'x11-misc/redshift')
-rw-r--r-- | x11-misc/redshift/metadata.xml | 4 | ||||
-rw-r--r-- | x11-misc/redshift/redshift-1.12-r3.ebuild | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/x11-misc/redshift/metadata.xml b/x11-misc/redshift/metadata.xml index fbfb697dea56..1765cc52e201 100644 --- a/x11-misc/redshift/metadata.xml +++ b/x11-misc/redshift/metadata.xml @@ -4,6 +4,10 @@ <maintainer type="person"> <email>sping@gentoo.org</email> </maintainer> + <maintainer type="person"> + <email>slashbeast@gentoo.org</email> + <name>Piotr Karbowski</name> + </maintainer> <maintainer type="project"> <email>desktop-misc@gentoo.org</email> <name>Gentoo Desktop Miscellaneous Project</name> diff --git a/x11-misc/redshift/redshift-1.12-r3.ebuild b/x11-misc/redshift/redshift-1.12-r3.ebuild index 2666e1fd1976..82823403908a 100644 --- a/x11-misc/redshift/redshift-1.12-r3.ebuild +++ b/x11-misc/redshift/redshift-1.12-r3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit systemd autotools eutils gnome2-utils python-r1 |