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 B1962138350 for ; Tue, 21 Jan 2020 11:48:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3A73E084E; Tue, 21 Jan 2020 11:48:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A5DD6E084E for ; Tue, 21 Jan 2020 11:48:20 +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 8BD1434DB80 for ; Tue, 21 Jan 2020 11:48:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 665FD27 for ; Tue, 21 Jan 2020 11:48:17 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1579607277.43eb3b2489a29a7d861429e3c1a27d06b8dc3212.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pikepdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pikepdf/pikepdf-1.8.3.ebuild X-VCS-Directories: dev-python/pikepdf/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 43eb3b2489a29a7d861429e3c1a27d06b8dc3212 X-VCS-Branch: master Date: Tue, 21 Jan 2020 11:48:17 +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: ab417434-5b6f-4234-80dc-146e1af9f7ba X-Archives-Hash: 3fd6e94a3b36e929e59892770c4d45ee commit: 43eb3b2489a29a7d861429e3c1a27d06b8dc3212 Author: Andrey Grozin gentoo org> AuthorDate: Tue Jan 21 11:47:57 2020 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Tue Jan 21 11:47:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43eb3b24 dev-python/pikepdf: ebuild improvement Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andrey Grozin gentoo.org> dev-python/pikepdf/pikepdf-1.8.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/pikepdf/pikepdf-1.8.3.ebuild b/dev-python/pikepdf/pikepdf-1.8.3.ebuild index 03166127d0d..c6e26c941e0 100644 --- a/dev-python/pikepdf/pikepdf-1.8.3.ebuild +++ b/dev-python/pikepdf/pikepdf-1.8.3.ebuild @@ -12,6 +12,8 @@ LICENSE="MPL-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="test" +RESTRICT="!test? ( test )" + RDEPEND="app-text/qpdf dev-python/lxml[${PYTHON_USEDEP}] dev-python/pybind11[${PYTHON_USEDEP}]"