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 533DE138334 for ; Wed, 28 Aug 2019 08:19:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43248E0844; Wed, 28 Aug 2019 08:19:53 +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 97EC7E0849 for ; Wed, 28 Aug 2019 08:19:51 +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 7BE2534A4C5 for ; Wed, 28 Aug 2019 08:19:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 077BC777 for ; Wed, 28 Aug 2019 08:19:49 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1566980317.0e81753684f7059740a1795f2022266f21fda3a0.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/weasyprint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/weasyprint/weasyprint-0.41.ebuild dev-python/weasyprint/weasyprint-43.ebuild X-VCS-Directories: dev-python/weasyprint/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0e81753684f7059740a1795f2022266f21fda3a0 X-VCS-Branch: master Date: Wed, 28 Aug 2019 08:19:49 +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: a5c2688f-707b-414a-baa6-150546f466bf X-Archives-Hash: 34e8360b9a7ce16699004a84ec875c03 commit: 0e81753684f7059740a1795f2022266f21fda3a0 Author: David Seifert gentoo org> AuthorDate: Wed Aug 28 08:18:37 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Aug 28 08:18:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e817536 dev-python/weasyprint: [QA] Remove USE="jpeg2k" Bug: https://bugs.gentoo.org/689784 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: David Seifert gentoo.org> dev-python/weasyprint/weasyprint-0.41.ebuild | 4 ++-- dev-python/weasyprint/weasyprint-43.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/weasyprint/weasyprint-0.41.ebuild b/dev-python/weasyprint/weasyprint-0.41.ebuild index 8efcd57fba0..388d6517731 100644 --- a/dev-python/weasyprint/weasyprint-0.41.ebuild +++ b/dev-python/weasyprint/weasyprint-0.41.ebuild @@ -18,12 +18,12 @@ HOMEPAGE="https://weasyprint.org https://github.com/Kozea/WeasyPrint" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="jpeg jpeg2k test tiff" +IUSE="jpeg test tiff" # Note: specific subslot of pango since it inlines some of pango headers. RDEPEND=" x11-libs/cairo - x11-libs/gdk-pixbuf[jpeg?,jpeg2k?,tiff?] + x11-libs/gdk-pixbuf[jpeg?,tiff?] x11-libs/pango:0/0 >=dev-python/cairocffi-0.5[${PYTHON_USEDEP}] >=dev-python/cffi-0.6:=[${PYTHON_USEDEP}] diff --git a/dev-python/weasyprint/weasyprint-43.ebuild b/dev-python/weasyprint/weasyprint-43.ebuild index 5a36ffb74e9..3863bc1fcd0 100644 --- a/dev-python/weasyprint/weasyprint-43.ebuild +++ b/dev-python/weasyprint/weasyprint-43.ebuild @@ -16,12 +16,12 @@ HOMEPAGE="https://weasyprint.org https://github.com/Kozea/WeasyPrint" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="jpeg jpeg2k test tiff" +IUSE="jpeg test tiff" # Note: specific subslot of pango since it inlines some of pango headers. RDEPEND=" >=x11-libs/cairo-1.15.4 - x11-libs/gdk-pixbuf[jpeg?,jpeg2k?,tiff?] + x11-libs/gdk-pixbuf[jpeg?,tiff?] x11-libs/pango:0/0 >=dev-python/cairocffi-0.9[${PYTHON_USEDEP}] >=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]