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 E1341139695 for ; Wed, 12 Jul 2017 20:57:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 029ED234019; Wed, 12 Jul 2017 20:57:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3DA9234019 for ; Wed, 12 Jul 2017 20:57:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0765A341CD5 for ; Wed, 12 Jul 2017 20:57:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF98A7497 for ; Wed, 12 Jul 2017 20:57:45 +0000 (UTC) From: "Andreas Sturmlechner" 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 Sturmlechner" Message-ID: <1499893049.bed6763c896157c025d12a8bb564ac7191199e2c.asturm@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.4.9999.ebuild app-office/libreoffice/libreoffice-9999.ebuild X-VCS-Directories: app-office/libreoffice/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bed6763c896157c025d12a8bb564ac7191199e2c X-VCS-Branch: master Date: Wed, 12 Jul 2017 20:57:45 +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: 86282722-e5c6-4b32-bab3-4a54aa8d1539 X-Archives-Hash: 518ed0cc75332b8217459807f9f6aca9 commit: bed6763c896157c025d12a8bb564ac7191199e2c Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 12 20:51:05 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 12 20:57:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bed6763c app-office/libreoffice: Add media-fonts/dejavu to dependencies Upstream expects it for tests, may as well expect it at runtime. Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-office/libreoffice/libreoffice-5.4.9999.ebuild | 6 +++++- app-office/libreoffice/libreoffice-9999.ebuild | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/app-office/libreoffice/libreoffice-5.4.9999.ebuild b/app-office/libreoffice/libreoffice-5.4.9999.ebuild index 9c6e44c9b0b..d75f002e04a 100644 --- a/app-office/libreoffice/libreoffice-5.4.9999.ebuild +++ b/app-office/libreoffice/libreoffice-5.4.9999.ebuild @@ -180,6 +180,7 @@ RDEPEND="${COMMON_DEPEND} !app-office/libreoffice-bin !app-office/libreoffice-bin-debug !app-office/openoffice + media-fonts/dejavu media-fonts/liberation-fonts media-fonts/libertine || ( x11-misc/xdg-utils kde-plasma/kde-cli-tools $(add_kdeapps_dep kioclient) ) @@ -226,7 +227,10 @@ DEPEND="${COMMON_DEPEND} >=virtual/jdk-1.6 ) odk? ( >=app-doc/doxygen-1.8.4 ) - test? ( dev-util/cppunit ) + test? ( + dev-util/cppunit + media-fonts/dejavu + ) " REQUIRED_USE="${PYTHON_REQUIRED_USE} diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 4a5023013ae..0c6b270fe2e 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -180,6 +180,7 @@ RDEPEND="${COMMON_DEPEND} !app-office/libreoffice-bin !app-office/libreoffice-bin-debug !app-office/openoffice + media-fonts/dejavu media-fonts/liberation-fonts media-fonts/libertine || ( x11-misc/xdg-utils kde-plasma/kde-cli-tools $(add_kdeapps_dep kioclient) ) @@ -226,7 +227,10 @@ DEPEND="${COMMON_DEPEND} >=virtual/jdk-1.6 ) odk? ( >=app-doc/doxygen-1.8.4 ) - test? ( dev-util/cppunit ) + test? ( + dev-util/cppunit + media-fonts/dejavu + ) " REQUIRED_USE="${PYTHON_REQUIRED_USE}