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 1BA01138359 for ; Thu, 7 May 2020 15:18:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65831E093B; Thu, 7 May 2020 15:18:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EFBBDE093B for ; Thu, 7 May 2020 15:18:02 +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 E61C734F196 for ; Thu, 7 May 2020 15:18:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02D3C21E 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: <1588864232.6a2c61f43d3e55c57701832db984e49af9e7dba6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/quasselgrep/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/quasselgrep/quasselgrep-0_p20190211.ebuild X-VCS-Directories: net-irc/quasselgrep/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6a2c61f43d3e55c57701832db984e49af9e7dba6 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: ab475e98-709b-43d2-8ff8-d8bb84d88b76 X-Archives-Hash: 8a7c94f68ce13ef264c01eea30577835 commit: 6a2c61f43d3e55c57701832db984e49af9e7dba6 Author: Michał Górny gentoo org> AuthorDate: Thu May 7 15:10:32 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 7 15:10:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2c61f4 net-irc/quasselgrep: Remove py2.7 Signed-off-by: Michał Górny gentoo.org> net-irc/quasselgrep/quasselgrep-0_p20190211.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-irc/quasselgrep/quasselgrep-0_p20190211.ebuild b/net-irc/quasselgrep/quasselgrep-0_p20190211.ebuild index 74bef9e7a4f..ca0bbcdb471 100644 --- a/net-irc/quasselgrep/quasselgrep-0_p20190211.ebuild +++ b/net-irc/quasselgrep/quasselgrep-0_p20190211.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) PYTHON_REQ_USE=( sqlite ) inherit distutils-r1 eutils