Skip to content

Commit

Permalink
media-gfx/inkscape: Remove obsolete and broken dep
Browse files Browse the repository at this point in the history
Remove obsolete and broken dependency on app-text/libwpd
this fixes in this ebuild
Bug: https://bugs.gentoo.org/638440
Package-Manager: Portage-2.3.16, Repoman-2.3.5
  • Loading branch information
jonasstein committed Nov 23, 2017
1 parent a48ab8a commit a81a3b0
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions media-gfx/inkscape/inkscape-0.92.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ IUSE+=" lcms nls spell static-libs visio wpg"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

WPG_DEPS="
|| (
( app-text/libwpg:0.3 dev-libs/librevenge )
( app-text/libwpd:0.9 app-text/libwpg:0.2 )
)
"
COMMON_DEPEND="
${PYTHON_DEPS}
>=app-text/poppler-0.26.0:=[cairo]
Expand All @@ -52,7 +46,8 @@ COMMON_DEPEND="
>=x11-libs/pango-1.24
cdr? (
media-libs/libcdr
${WPG_DEPS}
app-text/libwpg:0.3
dev-libs/librevenge
)
dbus? ( dev-libs/dbus-glib )
exif? ( media-libs/libexif )
Expand All @@ -66,9 +61,13 @@ COMMON_DEPEND="
)
visio? (
media-libs/libvisio
${WPG_DEPS}
app-text/libwpg:0.3
dev-libs/librevenge
)
wpg? (
app-text/libwpg:0.3
dev-libs/librevenge
)
wpg? ( ${WPG_DEPS} )
"

# These only use executables provided by these packages
Expand Down

0 comments on commit a81a3b0

Please sign in to comment.