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 0DC50138350 for ; Tue, 11 Feb 2020 12:16:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AFC0E088A; Tue, 11 Feb 2020 12:16:37 +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 1F8AFE088A for ; Tue, 11 Feb 2020 12:16:37 +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 42F8934EB5F for ; Tue, 11 Feb 2020 12:16:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60C43138 for ; Tue, 11 Feb 2020 12:16:33 +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: <1581423367.198176db0e5dbe2fdebee28969a53de3cb036e4c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cdiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cdiff/cdiff-1.0.ebuild dev-util/cdiff/cdiff-9999.ebuild X-VCS-Directories: dev-util/cdiff/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 198176db0e5dbe2fdebee28969a53de3cb036e4c X-VCS-Branch: master Date: Tue, 11 Feb 2020 12:16: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5d9cfa88-88a7-4022-9a3c-3891df9a8888 X-Archives-Hash: 1737074a23f87ed546c9efe45e31c3c4 commit: 198176db0e5dbe2fdebee28969a53de3cb036e4c Author: Michał Górny gentoo org> AuthorDate: Tue Feb 11 11:55:18 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 11 12:16:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=198176db dev-util/cdiff: Remove py2 Signed-off-by: Michał Górny gentoo.org> dev-util/cdiff/cdiff-1.0.ebuild | 2 +- dev-util/cdiff/cdiff-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/cdiff/cdiff-1.0.ebuild b/dev-util/cdiff/cdiff-1.0.ebuild index f7b4111c9f6..c3187506572 100644 --- a/dev-util/cdiff/cdiff-1.0.ebuild +++ b/dev-util/cdiff/cdiff-1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-util/cdiff/cdiff-9999.ebuild b/dev-util/cdiff/cdiff-9999.ebuild index 88b0810474c..3b5ae5181b2 100644 --- a/dev-util/cdiff/cdiff-9999.ebuild +++ b/dev-util/cdiff/cdiff-9999.ebuild @@ -3,7 +3,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 git-r3