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 44489138351 for ; Mon, 3 Feb 2020 20:46:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B460E0856; Mon, 3 Feb 2020 20:46:14 +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 3BB3CE0855 for ; Mon, 3 Feb 2020 20:46:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3CFB034E64F for ; Mon, 3 Feb 2020 20:46:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6576912A for ; Mon, 3 Feb 2020 20:46:10 +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: <1580762755.612b8ba54ccedfbc58c227eea76faa1949346786.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/elivepatch-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/elivepatch-server/elivepatch-server-0.1.ebuild sys-apps/elivepatch-server/elivepatch-server-0.2.ebuild sys-apps/elivepatch-server/elivepatch-server-9999.ebuild X-VCS-Directories: sys-apps/elivepatch-server/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 612b8ba54ccedfbc58c227eea76faa1949346786 X-VCS-Branch: master Date: Mon, 3 Feb 2020 20:46:10 +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: 235b1e9e-1de7-418c-a687-186c620eb1d8 X-Archives-Hash: 3b451fe6d1c7b2e0cc879ef6f0bd7c9a commit: 612b8ba54ccedfbc58c227eea76faa1949346786 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 3 20:37:13 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 3 20:45:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=612b8ba5 sys-apps/elivepatch-server: Remove py2 Signed-off-by: Michał Górny gentoo.org> sys-apps/elivepatch-server/elivepatch-server-0.1.ebuild | 2 +- sys-apps/elivepatch-server/elivepatch-server-0.2.ebuild | 2 +- sys-apps/elivepatch-server/elivepatch-server-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/elivepatch-server/elivepatch-server-0.1.ebuild b/sys-apps/elivepatch-server/elivepatch-server-0.1.ebuild index 1f2ab25b821..e4b44317b8b 100644 --- a/sys-apps/elivepatch-server/elivepatch-server-0.1.ebuild +++ b/sys-apps/elivepatch-server/elivepatch-server-0.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/sys-apps/elivepatch-server/elivepatch-server-0.2.ebuild b/sys-apps/elivepatch-server/elivepatch-server-0.2.ebuild index 1f2ab25b821..e4b44317b8b 100644 --- a/sys-apps/elivepatch-server/elivepatch-server-0.2.ebuild +++ b/sys-apps/elivepatch-server/elivepatch-server-0.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/sys-apps/elivepatch-server/elivepatch-server-9999.ebuild b/sys-apps/elivepatch-server/elivepatch-server-9999.ebuild index ae22b590dff..92f5e5febf9 100644 --- a/sys-apps/elivepatch-server/elivepatch-server-9999.ebuild +++ b/sys-apps/elivepatch-server/elivepatch-server-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1