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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04C43158010 for ; Fri, 17 Feb 2023 08:52:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F785E088C; Fri, 17 Feb 2023 08:52:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BECCBE0876 for ; Fri, 17 Feb 2023 08:52:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9DD634111B for ; Fri, 17 Feb 2023 08:52:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D8868A9 for ; Fri, 17 Feb 2023 08:52:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1676623880.9ef3e73210e37ccea4f94e128d01e61cd9c6f725.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qpageview/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/qpageview/qpageview-0.6.2.ebuild X-VCS-Directories: dev-python/qpageview/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9ef3e73210e37ccea4f94e128d01e61cd9c6f725 X-VCS-Branch: master Date: Fri, 17 Feb 2023 08:52:25 +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: 84bf944b-a046-4324-949f-ab39d64d1928 X-Archives-Hash: 251fa40c273e514f836ca802f223a8f8 commit: 9ef3e73210e37ccea4f94e128d01e61cd9c6f725 Author: Sam James gentoo org> AuthorDate: Fri Feb 17 08:30:51 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 17 08:51:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef3e732 dev-python/qpageview: fix style Signed-off-by: Sam James gentoo.org> dev-python/qpageview/qpageview-0.6.2.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-python/qpageview/qpageview-0.6.2.ebuild b/dev-python/qpageview/qpageview-0.6.2.ebuild index 572ce1c72822..35d5ee8d8d1f 100644 --- a/dev-python/qpageview/qpageview-0.6.2.ebuild +++ b/dev-python/qpageview/qpageview-0.6.2.ebuild @@ -1,5 +1,6 @@ # Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 + EAPI=8 DISTUTILS_USE_PEP517=setuptools @@ -16,8 +17,10 @@ LICENSE="GPL-2+ GPL-3+" SLOT="0" KEYWORDS="amd64 x86" -RDEPEND="dev-python/PyQt5[gui,printsupport,svg,widgets,${PYTHON_USEDEP}] - dev-python/python-poppler-qt5[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/PyQt5[gui,printsupport,svg,widgets,${PYTHON_USEDEP}] + dev-python/python-poppler-qt5[${PYTHON_USEDEP}] +" pkg_postinst() { optfeature "Printing support" dev-python/pycups