diff options
author | David Seifert <soap@gentoo.org> | 2019-08-28 10:18:37 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-28 10:18:37 +0200 |
commit | 0e81753684f7059740a1795f2022266f21fda3a0 (patch) | |
tree | bb712d43c022a74cd39701013e82ec410fda8741 /dev-python/weasyprint | |
parent | dev-games/openscenegraph: [QA] Remove media-libs/jasper dep (diff) | |
download | gentoo-0e81753684f7059740a1795f2022266f21fda3a0.tar.gz gentoo-0e81753684f7059740a1795f2022266f21fda3a0.tar.bz2 gentoo-0e81753684f7059740a1795f2022266f21fda3a0.zip |
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 <soap@gentoo.org>
Diffstat (limited to 'dev-python/weasyprint')
-rw-r--r-- | dev-python/weasyprint/weasyprint-0.41.ebuild | 4 | ||||
-rw-r--r-- | 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 8efcd57fba04..388d65177310 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 5a36ffb74e9c..3863bc1fcd01 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}] |