Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/liferea/
Date: Tue, 24 Jul 2018 12:45:40
Message-Id: 1532436328.6f3b1b1176c79b3fa07f0f480841932607e927c3.mgorny@gentoo
1 commit: 6f3b1b1176c79b3fa07f0f480841932607e927c3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 24 10:03:44 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 24 12:45:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3b1b11
7
8 net-news/liferea: Enable py3.7
9
10 net-news/liferea/liferea-1.12.3.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/net-news/liferea/liferea-1.12.3.ebuild b/net-news/liferea/liferea-1.12.3.ebuild
14 index 08e2029285e..e5cc1cf5433 100644
15 --- a/net-news/liferea/liferea-1.12.3.ebuild
16 +++ b/net-news/liferea/liferea-1.12.3.ebuild
17 @@ -4,7 +4,7 @@
18 EAPI=6
19
20 GNOME2_EAUTORECONF="yes"
21 -PYTHON_COMPAT=( python3_{4,5,6} )
22 +PYTHON_COMPAT=( python3_{4,5,6,7} )
23
24 inherit gnome2 pax-utils python-single-r1