Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gupnp/
Date: Fri, 02 Nov 2018 20:06:37
Message-Id: 1541189187.b72fe77da066946521162b6fd008783d74c9ffca.candrews@gentoo
1 commit: b72fe77da066946521162b6fd008783d74c9ffca
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 2 20:05:53 2018 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 2 20:06:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72fe77d
7
8 net-libs/gupnp: Python 3.7 support
9
10 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-libs/gupnp/gupnp-1.0.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/gupnp/gupnp-1.0.3.ebuild b/net-libs/gupnp/gupnp-1.0.3.ebuild
17 index 7d734ad14af..d9f07afd5dd 100644
18 --- a/net-libs/gupnp/gupnp-1.0.3.ebuild
19 +++ b/net-libs/gupnp/gupnp-1.0.3.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 VALA_USE_DEPEND="vapigen"
27 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
28 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
29 PYTHON_REQ_USE="xml"
30
31 inherit gnome2 multilib-minimal python-single-r1 vala