diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-07-12 22:51:05 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-07-12 22:57:29 +0200 |
commit | bed6763c896157c025d12a8bb564ac7191199e2c (patch) | |
tree | f45c400125ed99f9a351d9dd87b32e77b5cbbac8 /app-office | |
parent | app-office/libreoffice: DEPEND on dev-libs/xmlsec[nss] instead of bundled (diff) | |
download | gentoo-bed6763c896157c025d12a8bb564ac7191199e2c.tar.gz gentoo-bed6763c896157c025d12a8bb564ac7191199e2c.tar.bz2 gentoo-bed6763c896157c025d12a8bb564ac7191199e2c.zip |
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
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/libreoffice-5.4.9999.ebuild | 6 | ||||
-rw-r--r-- | 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 9c6e44c9b0b9..d75f002e04ad 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 4a5023013ae5..0c6b270fe2ef 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} |