Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nautilus-python/
Date: Thu, 27 Aug 2020 15:43:55
Message-Id: 1598542674.186861c2c92232e508695c776b591ee172aacee8.conikost@gentoo
1 commit: 186861c2c92232e508695c776b591ee172aacee8
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 27 15:34:48 2020 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 27 15:37:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186861c2
7
8 dev-python/nautilus-python: add python3.9 support
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 dev-python/nautilus-python/nautilus-python-1.2.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/nautilus-python/nautilus-python-1.2.3.ebuild b/dev-python/nautilus-python/nautilus-python-1.2.3.ebuild
17 index 7e34de01bb8..a393d5a236b 100644
18 --- a/dev-python/nautilus-python/nautilus-python-1.2.3.ebuild
19 +++ b/dev-python/nautilus-python/nautilus-python-1.2.3.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=6
22
23 GNOME2_LA_PUNT="yes"
24 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
25 +PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} )
26
27 inherit gnome2 python-single-r1