diff options
author | Craig Andrews <candrews@gentoo.org> | 2018-11-02 16:05:53 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2018-11-02 16:06:27 -0400 |
commit | b72fe77da066946521162b6fd008783d74c9ffca (patch) | |
tree | 1ebc4987b027892132274db9021fbfd39730508b /net-libs/gupnp/gupnp-1.0.3.ebuild | |
parent | xfce-extra/xfce4-screensaver: Bump to 0.1.2 (diff) | |
download | gentoo-b72fe77da066946521162b6fd008783d74c9ffca.tar.gz gentoo-b72fe77da066946521162b6fd008783d74c9ffca.tar.bz2 gentoo-b72fe77da066946521162b6fd008783d74c9ffca.zip |
net-libs/gupnp: Python 3.7 support
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-libs/gupnp/gupnp-1.0.3.ebuild')
-rw-r--r-- | net-libs/gupnp/gupnp-1.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/gupnp/gupnp-1.0.3.ebuild b/net-libs/gupnp/gupnp-1.0.3.ebuild index 7d734ad14af9..d9f07afd5dd0 100644 --- a/net-libs/gupnp/gupnp-1.0.3.ebuild +++ b/net-libs/gupnp/gupnp-1.0.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" VALA_USE_DEPEND="vapigen" -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) PYTHON_REQ_USE="xml" inherit gnome2 multilib-minimal python-single-r1 vala |