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 94DB7138350 for ; Mon, 10 Feb 2020 12:12:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E9CFE090F; Mon, 10 Feb 2020 12:12:56 +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 63EA4E090F for ; Mon, 10 Feb 2020 12:12:56 +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 50C2034E971 for ; Mon, 10 Feb 2020 12:12:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AF4813B for ; Mon, 10 Feb 2020 12:12:52 +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: <1581336757.85bf413d2d1169fd1d942acaa6ca49f554ce2d2e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/weechat/weechat-2.6-r1.ebuild net-irc/weechat/weechat-2.7-r1.ebuild net-irc/weechat/weechat-9999.ebuild X-VCS-Directories: net-irc/weechat/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 85bf413d2d1169fd1d942acaa6ca49f554ce2d2e X-VCS-Branch: master Date: Mon, 10 Feb 2020 12:12:52 +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: 77f34a78-b143-43c8-a4b2-9a03b618bcad X-Archives-Hash: 546d9845630a9ad3bdb9cfcc116dce72 commit: 85bf413d2d1169fd1d942acaa6ca49f554ce2d2e Author: Michał Górny gentoo org> AuthorDate: Mon Feb 10 12:05:03 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 10 12:12:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85bf413d net-irc/weechat: Remove py2 Signed-off-by: Michał Górny gentoo.org> net-irc/weechat/weechat-2.6-r1.ebuild | 2 +- net-irc/weechat/weechat-2.7-r1.ebuild | 2 +- net-irc/weechat/weechat-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-irc/weechat/weechat-2.6-r1.ebuild b/net-irc/weechat/weechat-2.6-r1.ebuild index ebc19139aff..80b28aea325 100644 --- a/net-irc/weechat/weechat-2.6-r1.ebuild +++ b/net-irc/weechat/weechat-2.6-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit cmake-utils python-single-r1 xdg-utils diff --git a/net-irc/weechat/weechat-2.7-r1.ebuild b/net-irc/weechat/weechat-2.7-r1.ebuild index 30697d7c964..37b7a1e4518 100644 --- a/net-irc/weechat/weechat-2.7-r1.ebuild +++ b/net-irc/weechat/weechat-2.7-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit cmake-utils python-single-r1 xdg-utils diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild index 30697d7c964..37b7a1e4518 100644 --- a/net-irc/weechat/weechat-9999.ebuild +++ b/net-irc/weechat/weechat-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit cmake-utils python-single-r1 xdg-utils