dev-python/weasyprint: [QA] Remove USE="jpeg2k"
authorDavid Seifert <soap@gentoo.org>
Wed, 28 Aug 2019 08:18:37 +0000 (10:18 +0200)
committerDavid Seifert <soap@gentoo.org>
Wed, 28 Aug 2019 08:18:37 +0000 (10:18 +0200)
Bug: https://bugs.gentoo.org/689784
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/weasyprint/weasyprint-0.41.ebuild
dev-python/weasyprint/weasyprint-43.ebuild

index 8efcd57fba0469f471b8f24d4dda24b79aaaec4b..388d651773107c467795db0ddea0fa4223023271 100644 (file)
@@ -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}]
index 5a36ffb74e9c420110a4a7a2bcc0a3918b5dd8b6..3863bc1fcd01bbcf668cb1acb15604ec8b88a730 100644 (file)
@@ -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}]