Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/
Date: Sat, 02 Jul 2016 22:14:27
Message-Id: 1467497562.c967fe9af85a548b4e4e852dbcceb16f67ee647c.dilfridge@gentoo
1 commit: c967fe9af85a548b4e4e852dbcceb16f67ee647c
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 22:12:42 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 22:12:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c967fe9a
7
8 app-office/libreoffice: Fix automagic dependency on gnome-base/dconf, bug 582632
9
10 Package-Manager: portage-2.3.0
11
12 app-office/libreoffice/libreoffice-5.1.4.2.ebuild | 2 ++
13 app-office/libreoffice/libreoffice-5.1.9999.ebuild | 2 ++
14 app-office/libreoffice/libreoffice-5.2.9999.ebuild | 2 ++
15 app-office/libreoffice/libreoffice-9999.ebuild | 2 ++
16 4 files changed, 8 insertions(+)
17
18 diff --git a/app-office/libreoffice/libreoffice-5.1.4.2.ebuild b/app-office/libreoffice/libreoffice-5.1.4.2.ebuild
19 index 5320fe3..22da8a7 100644
20 --- a/app-office/libreoffice/libreoffice-5.1.4.2.ebuild
21 +++ b/app-office/libreoffice/libreoffice-5.1.4.2.ebuild
22 @@ -152,6 +152,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
23 )
24 firebird? ( >=dev-db/firebird-2.5 )
25 gltf? ( media-libs/libgltf )
26 + gnome? ( gnome-base/dconf )
27 gstreamer? (
28 media-libs/gstreamer:1.0
29 media-libs/gst-plugins-base:1.0
30 @@ -467,6 +468,7 @@ src_configure() {
31 $(use_enable firebird firebird-sdbc) \
32 $(use_enable gltf) \
33 $(use_enable gnome gio) \
34 + $(use_enable gnome dconf) \
35 $(use_enable gstreamer gstreamer-1-0) \
36 $(use_enable gtk) \
37 $(use_enable gtk3) \
38
39 diff --git a/app-office/libreoffice/libreoffice-5.1.9999.ebuild b/app-office/libreoffice/libreoffice-5.1.9999.ebuild
40 index 5320fe3..22da8a7 100644
41 --- a/app-office/libreoffice/libreoffice-5.1.9999.ebuild
42 +++ b/app-office/libreoffice/libreoffice-5.1.9999.ebuild
43 @@ -152,6 +152,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
44 )
45 firebird? ( >=dev-db/firebird-2.5 )
46 gltf? ( media-libs/libgltf )
47 + gnome? ( gnome-base/dconf )
48 gstreamer? (
49 media-libs/gstreamer:1.0
50 media-libs/gst-plugins-base:1.0
51 @@ -467,6 +468,7 @@ src_configure() {
52 $(use_enable firebird firebird-sdbc) \
53 $(use_enable gltf) \
54 $(use_enable gnome gio) \
55 + $(use_enable gnome dconf) \
56 $(use_enable gstreamer gstreamer-1-0) \
57 $(use_enable gtk) \
58 $(use_enable gtk3) \
59
60 diff --git a/app-office/libreoffice/libreoffice-5.2.9999.ebuild b/app-office/libreoffice/libreoffice-5.2.9999.ebuild
61 index 09797cc..8f34304 100644
62 --- a/app-office/libreoffice/libreoffice-5.2.9999.ebuild
63 +++ b/app-office/libreoffice/libreoffice-5.2.9999.ebuild
64 @@ -151,6 +151,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
65 )
66 firebird? ( >=dev-db/firebird-2.5 )
67 gltf? ( media-libs/libgltf )
68 + gnome? ( gnome-base/dconf )
69 gstreamer? (
70 media-libs/gstreamer:1.0
71 media-libs/gst-plugins-base:1.0
72 @@ -456,6 +457,7 @@ src_configure() {
73 $(use_enable firebird firebird-sdbc) \
74 $(use_enable gltf) \
75 $(use_enable gnome gio) \
76 + $(use_enable gnome dconf) \
77 $(use_enable gstreamer gstreamer-1-0) \
78 $(use_enable gtk) \
79 $(use_enable gtk3) \
80
81 diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild
82 index a1000be..dd67838 100644
83 --- a/app-office/libreoffice/libreoffice-9999.ebuild
84 +++ b/app-office/libreoffice/libreoffice-9999.ebuild
85 @@ -151,6 +151,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
86 )
87 firebird? ( >=dev-db/firebird-2.5 )
88 gltf? ( media-libs/libgltf )
89 + gnome? ( gnome-base/dconf )
90 gstreamer? (
91 media-libs/gstreamer:1.0
92 media-libs/gst-plugins-base:1.0
93 @@ -457,6 +458,7 @@ src_configure() {
94 $(use_enable firebird firebird-sdbc) \
95 $(use_enable gltf) \
96 $(use_enable gnome gio) \
97 + $(use_enable gnome dconf) \
98 $(use_enable gstreamer gstreamer-1-0) \
99 $(use_enable gtk) \
100 $(use_enable gtk3) \