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 7E707138334 for ; Thu, 19 Dec 2019 07:53:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C731AE0950; Thu, 19 Dec 2019 07:53:21 +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 A9451E0950 for ; Thu, 19 Dec 2019 07:53:21 +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 5E29534D973 for ; Thu, 19 Dec 2019 07:53:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 119927FE for ; Thu, 19 Dec 2019 07:53:18 +0000 (UTC) From: "Hanno Böck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Böck" Message-ID: <1576741960.2410e9ccf95f28ae4f82e87d5995f6553be8f21d.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/gajim/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/gajim/gajim-1.1.3.ebuild X-VCS-Directories: net-im/gajim/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: 2410e9ccf95f28ae4f82e87d5995f6553be8f21d X-VCS-Branch: master Date: Thu, 19 Dec 2019 07:53:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d9a1dccc-2acb-4912-bfca-9a66372afe6e X-Archives-Hash: 14a46e2664fc1fb8d9ba3efdfd220ca0 commit: 2410e9ccf95f28ae4f82e87d5995f6553be8f21d Author: Hanno Böck gentoo org> AuthorDate: Thu Dec 19 07:52:40 2019 +0000 Commit: Hanno Böck gentoo org> CommitDate: Thu Dec 19 07:52:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2410e9cc net-im/gajim: Add python 3.7 Signed-off-by: Hanno Böck gentoo.org> Package-Manager: Portage-2.3.82, Repoman-2.3.20 net-im/gajim/gajim-1.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/gajim/gajim-1.1.3.ebuild b/net-im/gajim/gajim-1.1.3.ebuild index ac975f29dde..151ee47bfef 100644 --- a/net-im/gajim/gajim-1.1.3.ebuild +++ b/net-im/gajim/gajim-1.1.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6,7} ) PYTHON_REQ_USE="sqlite,xml" DISTUTILS_SINGLE_IMPL=1