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 E591D138350 for ; Wed, 5 Feb 2020 20:47:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13E30E0887; Wed, 5 Feb 2020 20:47:25 +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 6E56EE0886 for ; Wed, 5 Feb 2020 20:47:24 +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 5EDD834E7B3 for ; Wed, 5 Feb 2020 20:47:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B334113F for ; Wed, 5 Feb 2020 20:47:18 +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: <1580935626.edfac72c3e596a41afa54c8584f51b2dda395c45.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-poppler-qt5/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild X-VCS-Directories: dev-python/python-poppler-qt5/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: edfac72c3e596a41afa54c8584f51b2dda395c45 X-VCS-Branch: master Date: Wed, 5 Feb 2020 20:47:18 +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: eefecda1-fca0-41fe-9b4f-6bc3ca8fdbab X-Archives-Hash: 76204fc04cc938859ae157f8b5bf7085 commit: edfac72c3e596a41afa54c8584f51b2dda395c45 Author: Michał Górny gentoo org> AuthorDate: Wed Feb 5 20:29:02 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 5 20:47:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edfac72c dev-python/python-poppler-qt5: Remove py2 Signed-off-by: Michał Górny gentoo.org> .../python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild b/dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild index 750788a373f..a1519f2de0e 100644 --- a/dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild +++ b/dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) COMMIT=50fb2eb9ea34cf94e3756b7ddfc601af023267d5 inherit distutils-r1 flag-o-matic qmake-utils vcs-snapshot