diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-07-25 21:28:22 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-07-25 21:28:22 +0000 |
commit | 6f532010e2218ba35a1d5476026408c343557553 (patch) | |
tree | b3b66d629b3aa15a5a040edab5a01b2c929aa13d /app-office/libreoffice/libreoffice-9999.ebuild | |
parent | Add missing pkg_setup (diff) | |
download | gentoo-2-6f532010e2218ba35a1d5476026408c343557553.tar.gz gentoo-2-6f532010e2218ba35a1d5476026408c343557553.tar.bz2 gentoo-2-6f532010e2218ba35a1d5476026408c343557553.zip |
New libreoffice-5 prerelease
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'app-office/libreoffice/libreoffice-9999.ebuild')
-rw-r--r-- | app-office/libreoffice/libreoffice-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index 08d3f54446a7..f94031c0a058 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999.ebuild,v 1.37 2015/07/12 20:54:02 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999.ebuild,v 1.38 2015/07/25 21:28:22 dilfridge Exp $ EAPI=5 @@ -159,7 +159,10 @@ COMMON_DEPEND=" x11-libs/gdk-pixbuf[X] >=x11-libs/gtk+-2.24:2 ) - gtk3? ( >=x11-libs/gtk+-3.2:3 ) + gtk3? ( + dev-libs/glib:2 + >=x11-libs/gtk+-3.2:3 + ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 |