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 9ECDB138359 for ; Thu, 7 May 2020 15:18:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E56BFE0970; Thu, 7 May 2020 15:18:04 +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 CB9D3E0970 for ; Thu, 7 May 2020 15:18:04 +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 687E334F4DE for ; Thu, 7 May 2020 15:18:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1905234 for ; Thu, 7 May 2020 15:17:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1588864427.b49836d157c02903d946615916e6f90cc83eca4d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/seafile/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/seafile/seafile-7.0.4.ebuild net-misc/seafile/seafile-7.0.5-r1.ebuild X-VCS-Directories: net-misc/seafile/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b49836d157c02903d946615916e6f90cc83eca4d X-VCS-Branch: master Date: Thu, 7 May 2020 15:17:59 +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: 9aaa46b3-885f-455c-aa96-cc33ba817990 X-Archives-Hash: 1522741e7cca9ae11245070786f00d11 commit: b49836d157c02903d946615916e6f90cc83eca4d Author: Michał Górny gentoo org> AuthorDate: Thu May 7 15:13:47 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 7 15:13:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49836d1 net-misc/seafile: Remove py2.7 Signed-off-by: Michał Górny gentoo.org> net-misc/seafile/seafile-7.0.4.ebuild | 2 +- net-misc/seafile/seafile-7.0.5-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/seafile/seafile-7.0.4.ebuild b/net-misc/seafile/seafile-7.0.4.ebuild index 1779236fefd..6434ae64a9e 100644 --- a/net-misc/seafile/seafile-7.0.4.ebuild +++ b/net-misc/seafile/seafile-7.0.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=(python{2_7,3_6}) +PYTHON_COMPAT=(python3_6) inherit autotools python-single-r1 vala diff --git a/net-misc/seafile/seafile-7.0.5-r1.ebuild b/net-misc/seafile/seafile-7.0.5-r1.ebuild index 0ba1676a8c0..cff364fbb18 100644 --- a/net-misc/seafile/seafile-7.0.5-r1.ebuild +++ b/net-misc/seafile/seafile-7.0.5-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=(python{2_7,3_6}) +PYTHON_COMPAT=(python3_6) WANT_AUTOMAKE=1.16