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 72CE1138353 for ; Tue, 11 Feb 2020 11:38:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEC3AE0875; Tue, 11 Feb 2020 11:38:30 +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 920A0E0875 for ; Tue, 11 Feb 2020 11:38:30 +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 B06E734EB50 for ; Tue, 11 Feb 2020 11:38:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CA7812F for ; Tue, 11 Feb 2020 11:38:28 +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: <1581421079.97bbde433ea6b733e3920b5c3e51eefa24ebe62b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/qhexedit2/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/qhexedit2/qhexedit2-0.8.4.ebuild app-editors/qhexedit2/qhexedit2-0.8.4_p20170719.ebuild X-VCS-Directories: app-editors/qhexedit2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 97bbde433ea6b733e3920b5c3e51eefa24ebe62b X-VCS-Branch: master Date: Tue, 11 Feb 2020 11:38:28 +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: 355b5a7d-a7e0-47d6-a154-9594b19032cc X-Archives-Hash: b63f5a3a93e350a48f79009bb7194739 commit: 97bbde433ea6b733e3920b5c3e51eefa24ebe62b Author: Michał Górny gentoo org> AuthorDate: Tue Feb 11 11:27:41 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 11 11:37:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97bbde43 app-editors/qhexedit2: Remove py2 Signed-off-by: Michał Górny gentoo.org> app-editors/qhexedit2/qhexedit2-0.8.4.ebuild | 2 +- app-editors/qhexedit2/qhexedit2-0.8.4_p20170719.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/qhexedit2/qhexedit2-0.8.4.ebuild b/app-editors/qhexedit2/qhexedit2-0.8.4.ebuild index 0563e606546..9b10f32a381 100644 --- a/app-editors/qhexedit2/qhexedit2-0.8.4.ebuild +++ b/app-editors/qhexedit2/qhexedit2-0.8.4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) DISTUTILS_OPTIONAL=1 diff --git a/app-editors/qhexedit2/qhexedit2-0.8.4_p20170719.ebuild b/app-editors/qhexedit2/qhexedit2-0.8.4_p20170719.ebuild index f3efaaa2f28..da69c8ab418 100644 --- a/app-editors/qhexedit2/qhexedit2-0.8.4_p20170719.ebuild +++ b/app-editors/qhexedit2/qhexedit2-0.8.4_p20170719.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) DISTUTILS_OPTIONAL=1