From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 23738138334 for ; Fri, 2 Nov 2018 20:06:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14E5BE090A; Fri, 2 Nov 2018 20:06:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4910E090A for ; Fri, 2 Nov 2018 20:06:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C18C0335C39 for ; Fri, 2 Nov 2018 20:06:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5579D435 for ; Fri, 2 Nov 2018 20:06:33 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1541189187.b72fe77da066946521162b6fd008783d74c9ffca.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gupnp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gupnp/gupnp-1.0.3.ebuild X-VCS-Directories: net-libs/gupnp/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: b72fe77da066946521162b6fd008783d74c9ffca X-VCS-Branch: master Date: Fri, 2 Nov 2018 20:06:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cd46f178-1f1b-4a90-a4ce-29199aae9d28 X-Archives-Hash: 729092b3cf0ee2a19ba03d6a02d69922 commit: b72fe77da066946521162b6fd008783d74c9ffca Author: Craig Andrews gentoo org> AuthorDate: Fri Nov 2 20:05:53 2018 +0000 Commit: Craig Andrews gentoo org> CommitDate: Fri Nov 2 20:06:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72fe77d net-libs/gupnp: Python 3.7 support Signed-off-by: Craig Andrews gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 net-libs/gupnp/gupnp-1.0.3.ebuild | 4 ++-- 1 file 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 7d734ad14af..d9f07afd5dd 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