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 C43161382C5 for ; Wed, 21 Mar 2018 09:53:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7EA7E085E; Wed, 21 Mar 2018 09:53:43 +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 81405E085E for ; Wed, 21 Mar 2018 09:53:43 +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 10CAF335C49 for ; Wed, 21 Mar 2018 09:53:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CF13240 for ; Wed, 21 Mar 2018 09:53:40 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1521626012.e9829b74038d143236c58c34551f4f8d158582e3.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/hexchat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/hexchat/hexchat-2.14.1.ebuild net-irc/hexchat/hexchat-9999.ebuild X-VCS-Directories: net-irc/hexchat/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: e9829b74038d143236c58c34551f4f8d158582e3 X-VCS-Branch: master Date: Wed, 21 Mar 2018 09:53:40 +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-Archives-Salt: 8cd41846-8c57-442c-8683-8ab5c4381cc3 X-Archives-Hash: 96cec671231c66e26600671e1bf981d2 commit: e9829b74038d143236c58c34551f4f8d158582e3 Author: Lars Wendler gentoo org> AuthorDate: Wed Mar 21 09:53:12 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Mar 21 09:53:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9829b74 net-irc/hexchat: python2 is no longer supported. Closes: https://bugs.gentoo.org/650818 Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-irc/hexchat/hexchat-2.14.1.ebuild | 2 +- net-irc/hexchat/hexchat-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/hexchat/hexchat-2.14.1.ebuild b/net-irc/hexchat/hexchat-2.14.1.ebuild index 13d777d0403..b35c166c0a0 100644 --- a/net-irc/hexchat/hexchat-2.14.1.ebuild +++ b/net-irc/hexchat/hexchat-2.14.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit gnome2-utils meson mono-env python-single-r1 xdg-utils diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild index 13d777d0403..b35c166c0a0 100644 --- a/net-irc/hexchat/hexchat-9999.ebuild +++ b/net-irc/hexchat/hexchat-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit gnome2-utils meson mono-env python-single-r1 xdg-utils