diff options
Diffstat (limited to 'app-office')
4 files changed, 8 insertions, 0 deletions
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) \ |