From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A17461382DE for ; Sat, 2 Jul 2016 22:14:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD624E0B08; Sat, 2 Jul 2016 22:14:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47E81E0B08 for ; Sat, 2 Jul 2016 22:14:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE63D340D1F for ; Sat, 2 Jul 2016 22:14:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A80116C4 for ; Sat, 2 Jul 2016 22:14:15 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1467497562.c967fe9af85a548b4e4e852dbcceb16f67ee647c.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice/libreoffice-5.1.4.2.ebuild app-office/libreoffice/libreoffice-5.1.9999.ebuild app-office/libreoffice/libreoffice-5.2.9999.ebuild app-office/libreoffice/libreoffice-9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: c967fe9af85a548b4e4e852dbcceb16f67ee647c X-VCS-Branch: master Date: Sat, 2 Jul 2016 22:14:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: afdaa479-ccf6-4d43-9645-587dcf9a2d95 X-Archives-Hash: 74ff91d23a10fb9eced5cf52193c348f commit: c967fe9af85a548b4e4e852dbcceb16f67ee647c Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jul 2 22:12:42 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Jul 2 22:12:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c967fe9a app-office/libreoffice: Fix automagic dependency on gnome-base/dconf, bug 582632 Package-Manager: portage-2.3.0 app-office/libreoffice/libreoffice-5.1.4.2.ebuild | 2 ++ app-office/libreoffice/libreoffice-5.1.9999.ebuild | 2 ++ app-office/libreoffice/libreoffice-5.2.9999.ebuild | 2 ++ app-office/libreoffice/libreoffice-9999.ebuild | 2 ++ 4 files changed, 8 insertions(+) diff --git a/app-office/libreoffice/libreoffice-5.1.4.2.ebuild b/app-office/libreoffice/libreoffice-5.1.4.2.ebuild index 5320fe3..22da8a7 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 5320fe3..22da8a7 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 09797cc..8f34304 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 a1000be..dd67838 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) \