Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/weasyprint/
Date: Wed, 28 Aug 2019 08:19:55
Message-Id: 1566980317.0e81753684f7059740a1795f2022266f21fda3a0.soap@gentoo
1 commit: 0e81753684f7059740a1795f2022266f21fda3a0
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 08:18:37 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 08:18:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e817536
7
8 dev-python/weasyprint: [QA] Remove USE="jpeg2k"
9
10 Bug: https://bugs.gentoo.org/689784
11 Package-Manager: Portage-2.3.68, Repoman-2.3.16
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 dev-python/weasyprint/weasyprint-0.41.ebuild | 4 ++--
15 dev-python/weasyprint/weasyprint-43.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-python/weasyprint/weasyprint-0.41.ebuild b/dev-python/weasyprint/weasyprint-0.41.ebuild
19 index 8efcd57fba0..388d6517731 100644
20 --- a/dev-python/weasyprint/weasyprint-0.41.ebuild
21 +++ b/dev-python/weasyprint/weasyprint-0.41.ebuild
22 @@ -18,12 +18,12 @@ HOMEPAGE="https://weasyprint.org https://github.com/Kozea/WeasyPrint"
23 LICENSE="BSD"
24 SLOT="0"
25 KEYWORDS="~amd64 ~x86"
26 -IUSE="jpeg jpeg2k test tiff"
27 +IUSE="jpeg test tiff"
28
29 # Note: specific subslot of pango since it inlines some of pango headers.
30 RDEPEND="
31 x11-libs/cairo
32 - x11-libs/gdk-pixbuf[jpeg?,jpeg2k?,tiff?]
33 + x11-libs/gdk-pixbuf[jpeg?,tiff?]
34 x11-libs/pango:0/0
35 >=dev-python/cairocffi-0.5[${PYTHON_USEDEP}]
36 >=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]
37
38 diff --git a/dev-python/weasyprint/weasyprint-43.ebuild b/dev-python/weasyprint/weasyprint-43.ebuild
39 index 5a36ffb74e9..3863bc1fcd0 100644
40 --- a/dev-python/weasyprint/weasyprint-43.ebuild
41 +++ b/dev-python/weasyprint/weasyprint-43.ebuild
42 @@ -16,12 +16,12 @@ HOMEPAGE="https://weasyprint.org https://github.com/Kozea/WeasyPrint"
43 LICENSE="BSD"
44 SLOT="0"
45 KEYWORDS="~amd64 ~x86"
46 -IUSE="jpeg jpeg2k test tiff"
47 +IUSE="jpeg test tiff"
48
49 # Note: specific subslot of pango since it inlines some of pango headers.
50 RDEPEND="
51 >=x11-libs/cairo-1.15.4
52 - x11-libs/gdk-pixbuf[jpeg?,jpeg2k?,tiff?]
53 + x11-libs/gdk-pixbuf[jpeg?,tiff?]
54 x11-libs/pango:0/0
55 >=dev-python/cairocffi-0.9[${PYTHON_USEDEP}]
56 >=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]