diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-19 01:12:37 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-22 22:48:36 +0100 |
commit | 9bf0329a1d5b3a355f8ea1e4c0132ed469bdfed7 (patch) | |
tree | a7bbbed55976987e6e837a184b485c6fcb7b50f9 /app-office | |
parent | x11-plugins/pidgin-telegram: add LibreSSL support (diff) | |
download | gentoo-9bf0329a1d5b3a355f8ea1e4c0132ed469bdfed7.tar.gz gentoo-9bf0329a1d5b3a355f8ea1e4c0132ed469bdfed7.tar.bz2 gentoo-9bf0329a1d5b3a355f8ea1e4c0132ed469bdfed7.zip |
app-office/libreoffice: Fix font test deps
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/libreoffice-6.1.9999.ebuild | 4 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-office/libreoffice/libreoffice-6.1.9999.ebuild b/app-office/libreoffice/libreoffice-6.1.9999.ebuild index 94aaaa087d8a..437ac1b2f000 100644 --- a/app-office/libreoffice/libreoffice-6.1.9999.ebuild +++ b/app-office/libreoffice/libreoffice-6.1.9999.ebuild @@ -193,9 +193,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 ) java? ( >=virtual/jre-1.6 ) kde? ( kde-frameworks/breeze-icons:* ) @@ -213,6 +211,7 @@ fi # FIXME: cppunit should be moved to test conditional # after everything upstream is under gbuild # as dmake execute tests right away +# tests apparently also need google-carlito-fonts (not packaged) DEPEND="${COMMON_DEPEND} >=dev-libs/libatomic_ops-7.2d dev-perl/Archive-Zip @@ -238,6 +237,7 @@ DEPEND="${COMMON_DEPEND} app-crypt/gnupg dev-util/cppunit media-fonts/dejavu + media-fonts/liberation-fonts ) " diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 4cf5eb3b938f..d2235c0033d0 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -196,9 +196,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 ) java? ( >=virtual/jre-1.6 ) kde? ( kde-frameworks/breeze-icons:* ) @@ -216,6 +214,7 @@ fi # FIXME: cppunit should be moved to test conditional # after everything upstream is under gbuild # as dmake execute tests right away +# tests apparently also need google-carlito-fonts (not packaged) DEPEND="${COMMON_DEPEND} >=dev-libs/libatomic_ops-7.2d dev-perl/Archive-Zip @@ -241,6 +240,7 @@ DEPEND="${COMMON_DEPEND} app-crypt/gnupg dev-util/cppunit media-fonts/dejavu + media-fonts/liberation-fonts ) " |