Gentoo Archives: gentoo-commits

From: Piotr Karbowski <slashbeast@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/redshift/
Date: Mon, 30 Nov 2020 18:57:42
Message-Id: 1606762655.5ca471910b714fe175895f33588d97b652708191.slashbeast@gentoo
1 commit: 5ca471910b714fe175895f33588d97b652708191
2 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 18:56:54 2020 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 18:57:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca47191
7
8 x11-misc/redshift: 1.12-r3: python 3.8 and 3.9 support.
9
10 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
11
12 x11-misc/redshift/metadata.xml | 4 ++++
13 x11-misc/redshift/redshift-1.12-r3.ebuild | 2 +-
14 2 files changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/x11-misc/redshift/metadata.xml b/x11-misc/redshift/metadata.xml
17 index fbfb697dea5..1765cc52e20 100644
18 --- a/x11-misc/redshift/metadata.xml
19 +++ b/x11-misc/redshift/metadata.xml
20 @@ -4,6 +4,10 @@
21 <maintainer type="person">
22 <email>sping@g.o</email>
23 </maintainer>
24 + <maintainer type="person">
25 + <email>slashbeast@g.o</email>
26 + <name>Piotr Karbowski</name>
27 + </maintainer>
28 <maintainer type="project">
29 <email>desktop-misc@g.o</email>
30 <name>Gentoo Desktop Miscellaneous Project</name>
31
32 diff --git a/x11-misc/redshift/redshift-1.12-r3.ebuild b/x11-misc/redshift/redshift-1.12-r3.ebuild
33 index 2666e1fd197..82823403908 100644
34 --- a/x11-misc/redshift/redshift-1.12-r3.ebuild
35 +++ b/x11-misc/redshift/redshift-1.12-r3.ebuild
36 @@ -2,7 +2,7 @@
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=6
40 -PYTHON_COMPAT=( python3_{6,7} )
41 +PYTHON_COMPAT=( python3_{6,7,8,9} )
42
43 inherit systemd autotools eutils gnome2-utils python-r1