Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/inkscape/
Date: Thu, 23 Nov 2017 12:46:13
Message-Id: 1511441147.a81a3b085b209da75ec62419edb97065ed545397.jstein@gentoo
1 commit: a81a3b085b209da75ec62419edb97065ed545397
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 23 12:45:35 2017 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 23 12:45:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a81a3b08
7
8 media-gfx/inkscape: Remove obsolete and broken dep
9
10 Remove obsolete and broken dependency on app-text/libwpd
11 this fixes in this ebuild
12 Bug: https://bugs.gentoo.org/638440
13 Package-Manager: Portage-2.3.16, Repoman-2.3.5
14
15 media-gfx/inkscape/inkscape-0.92.2.ebuild | 17 ++++++++---------
16 1 file changed, 8 insertions(+), 9 deletions(-)
17
18 diff --git a/media-gfx/inkscape/inkscape-0.92.2.ebuild b/media-gfx/inkscape/inkscape-0.92.2.ebuild
19 index f91ae073ba5..6f8363666e0 100644
20 --- a/media-gfx/inkscape/inkscape-0.92.2.ebuild
21 +++ b/media-gfx/inkscape/inkscape-0.92.2.ebuild
22 @@ -22,12 +22,6 @@ IUSE+=" lcms nls spell static-libs visio wpg"
23
24 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
25
26 -WPG_DEPS="
27 - || (
28 - ( app-text/libwpg:0.3 dev-libs/librevenge )
29 - ( app-text/libwpd:0.9 app-text/libwpg:0.2 )
30 - )
31 -"
32 COMMON_DEPEND="
33 ${PYTHON_DEPS}
34 >=app-text/poppler-0.26.0:=[cairo]
35 @@ -52,7 +46,8 @@ COMMON_DEPEND="
36 >=x11-libs/pango-1.24
37 cdr? (
38 media-libs/libcdr
39 - ${WPG_DEPS}
40 + app-text/libwpg:0.3
41 + dev-libs/librevenge
42 )
43 dbus? ( dev-libs/dbus-glib )
44 exif? ( media-libs/libexif )
45 @@ -66,9 +61,13 @@ COMMON_DEPEND="
46 )
47 visio? (
48 media-libs/libvisio
49 - ${WPG_DEPS}
50 + app-text/libwpg:0.3
51 + dev-libs/librevenge
52 + )
53 + wpg? (
54 + app-text/libwpg:0.3
55 + dev-libs/librevenge
56 )
57 - wpg? ( ${WPG_DEPS} )
58 "
59
60 # These only use executables provided by these packages