From: Andreas K. Hüttel Date: Sat, 2 Jul 2016 22:12:42 +0000 (+0200) Subject: app-office/libreoffice: Fix automagic dependency on gnome-base/dconf, bug 582632 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c967fe9af85a548b4e4e852dbcceb16f67ee647c;p=gentoo.git app-office/libreoffice: Fix automagic dependency on gnome-base/dconf, bug 582632 Package-Manager: portage-2.3.0 --- diff --git a/app-office/libreoffice/libreoffice-5.1.4.2.ebuild b/app-office/libreoffice/libreoffice-5.1.4.2.ebuild index 5320fe3d0797..22da8a7a6c9e 100644 --- a/app-office/libreoffice/libreoffice-5.1.4.2.ebuild +++ b/app-office/libreoffice/libreoffice-5.1.4.2.ebuild @@ -152,6 +152,7 @@ COMMON_DEPEND="${PYTHON_DEPS} ) firebird? ( >=dev-db/firebird-2.5 ) gltf? ( media-libs/libgltf ) + gnome? ( gnome-base/dconf ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 @@ -467,6 +468,7 @@ src_configure() { $(use_enable firebird firebird-sdbc) \ $(use_enable gltf) \ $(use_enable gnome gio) \ + $(use_enable gnome dconf) \ $(use_enable gstreamer gstreamer-1-0) \ $(use_enable gtk) \ $(use_enable gtk3) \ diff --git a/app-office/libreoffice/libreoffice-5.1.9999.ebuild b/app-office/libreoffice/libreoffice-5.1.9999.ebuild index 5320fe3d0797..22da8a7a6c9e 100644 --- a/app-office/libreoffice/libreoffice-5.1.9999.ebuild +++ b/app-office/libreoffice/libreoffice-5.1.9999.ebuild @@ -152,6 +152,7 @@ COMMON_DEPEND="${PYTHON_DEPS} ) firebird? ( >=dev-db/firebird-2.5 ) gltf? ( media-libs/libgltf ) + gnome? ( gnome-base/dconf ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 @@ -467,6 +468,7 @@ src_configure() { $(use_enable firebird firebird-sdbc) \ $(use_enable gltf) \ $(use_enable gnome gio) \ + $(use_enable gnome dconf) \ $(use_enable gstreamer gstreamer-1-0) \ $(use_enable gtk) \ $(use_enable gtk3) \ diff --git a/app-office/libreoffice/libreoffice-5.2.9999.ebuild b/app-office/libreoffice/libreoffice-5.2.9999.ebuild index 09797cc333a5..8f34304e9332 100644 --- a/app-office/libreoffice/libreoffice-5.2.9999.ebuild +++ b/app-office/libreoffice/libreoffice-5.2.9999.ebuild @@ -151,6 +151,7 @@ COMMON_DEPEND="${PYTHON_DEPS} ) firebird? ( >=dev-db/firebird-2.5 ) gltf? ( media-libs/libgltf ) + gnome? ( gnome-base/dconf ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 @@ -456,6 +457,7 @@ src_configure() { $(use_enable firebird firebird-sdbc) \ $(use_enable gltf) \ $(use_enable gnome gio) \ + $(use_enable gnome dconf) \ $(use_enable gstreamer gstreamer-1-0) \ $(use_enable gtk) \ $(use_enable gtk3) \ diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index a1000beb78c4..dd6783864313 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -151,6 +151,7 @@ COMMON_DEPEND="${PYTHON_DEPS} ) firebird? ( >=dev-db/firebird-2.5 ) gltf? ( media-libs/libgltf ) + gnome? ( gnome-base/dconf ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 @@ -457,6 +458,7 @@ src_configure() { $(use_enable firebird firebird-sdbc) \ $(use_enable gltf) \ $(use_enable gnome gio) \ + $(use_enable gnome dconf) \ $(use_enable gstreamer gstreamer-1-0) \ $(use_enable gtk) \ $(use_enable gtk3) \