diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2014-03-25 09:57:02 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2014-03-25 09:57:02 +0000 |
commit | ff82099ecfa1823ffb1e002f742b4ceede97d182 (patch) | |
tree | e0fe91af39e8dd879384121cbda1457f60733fc0 /app-office | |
parent | Stable for amd64 wrt bug #503884 (diff) | |
download | gentoo-2-ff82099ecfa1823ffb1e002f742b4ceede97d182.tar.gz gentoo-2-ff82099ecfa1823ffb1e002f742b4ceede97d182.tar.bz2 gentoo-2-ff82099ecfa1823ffb1e002f742b4ceede97d182.zip |
Add missing dependency over glm.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-9999-r2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-office/libreoffice/ChangeLog b/app-office/libreoffice/ChangeLog index d21ea595d9be..08c6bec6c52b 100644 --- a/app-office/libreoffice/ChangeLog +++ b/app-office/libreoffice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/libreoffice # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.544 2014/03/12 05:02:07 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.545 2014/03/25 09:57:02 scarabeus Exp $ + + 25 Mar 2014; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-9999-r2.ebuild: + Add missing dependency over glm. 09 Mar 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> libreoffice-4.1.4.2.ebuild: diff --git a/app-office/libreoffice/libreoffice-9999-r2.ebuild b/app-office/libreoffice/libreoffice-9999-r2.ebuild index 27f49c77af25..294a84ac2c40 100644 --- a/app-office/libreoffice/libreoffice-9999-r2.ebuild +++ b/app-office/libreoffice/libreoffice-9999-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.211 2014/03/10 08:48:41 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.212 2014/03/25 09:57:02 scarabeus Exp $ EAPI=5 @@ -210,7 +210,7 @@ DEPEND="${COMMON_DEPEND} >=dev-util/gperf-3 dev-util/intltool >=dev-util/mdds-0.10.2:= - virtual/pkgconfig + media-libs/glm net-misc/npapi-sdk >=sys-apps/findutils-4.4.2 sys-devel/bison @@ -220,6 +220,7 @@ DEPEND="${COMMON_DEPEND} >=sys-devel/make-3.82 sys-devel/ucpp sys-libs/zlib + virtual/pkgconfig x11-libs/libXt x11-libs/libXtst x11-proto/randrproto |