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 3E396138350 for ; Sun, 16 Feb 2020 13:41:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7994E08A0; Sun, 16 Feb 2020 13:41: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 64CE9E088C for ; Sun, 16 Feb 2020 13:41:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5545A34EBCD for ; Sun, 16 Feb 2020 13:41:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C8D414A for ; Sun, 16 Feb 2020 13:41:52 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1581860492.3a102c2a8a038de5ca855957c4cc64401266d802.asturm@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.75.0.ebuild X-VCS-Directories: dev-python/python-poppler-qt5/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3a102c2a8a038de5ca855957c4cc64401266d802 X-VCS-Branch: master Date: Sun, 16 Feb 2020 13:41: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: 85382270-6b73-4dcc-837d-60d1f729ae5d X-Archives-Hash: 45b589d715ecd5f17eabbf3f43cd8db5 commit: 3a102c2a8a038de5ca855957c4cc64401266d802 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 16 12:06:53 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 16 13:41:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a102c2a dev-python/python-poppler-qt5: python3_8 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild b/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild index d936a77a1d8..8c4bc4642a8 100644 --- a/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild +++ b/dev-python/python-poppler-qt5/python-poppler-qt5-0.75.0.ebuild @@ -3,10 +3,10 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 -DESCRIPTION="A python binding for libpoppler-qt5" +DESCRIPTION="Python binding for libpoppler-qt5" HOMEPAGE="https://github.com/wbsoft/python-poppler-qt5" SRC_URI="https://github.com/wbsoft/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"