Skip to content

Commit

Permalink
dev-python/weasyprint: [QA] Remove USE="jpeg2k"
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/689784
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Aug 28, 2019
1 parent 2e20f68 commit 0e81753
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev-python/weasyprint/weasyprint-0.41.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}]
Expand Down
4 changes: 2 additions & 2 deletions dev-python/weasyprint/weasyprint-43.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}]
Expand Down

0 comments on commit 0e81753

Please sign in to comment.