diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-10-03 08:58:27 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-10-03 08:58:27 +0000 |
commit | 3608656eb09233435b4a608590c2e45c41ff0466 (patch) | |
tree | d2fd83743c7acd4446e90e95cbf0333ecc3dc0d8 /app-office | |
parent | Initial commit, required for libreoffice. (diff) | |
download | gentoo-2-3608656eb09233435b4a608590c2e45c41ff0466.tar.gz gentoo-2-3608656eb09233435b4a608590c2e45c41ff0466.tar.bz2 gentoo-2-3608656eb09233435b4a608590c2e45c41ff0466.zip |
Depend on cmis, enable webdav by default.
(Portage version: 2.2.0_alpha60/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-9999-r1.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-office/libreoffice/ChangeLog b/app-office/libreoffice/ChangeLog index a28739fdbc2d..2e1b96ee145f 100644 --- a/app-office/libreoffice/ChangeLog +++ b/app-office/libreoffice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/libreoffice # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.159 2011/10/02 15:11:33 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.160 2011/10/03 08:58:27 scarabeus Exp $ + + 03 Oct 2011; Tomáš Chvátal <scarabeus@gentoo.org> + libreoffice-9999-r1.ebuild: + Depend on cmis, enable webdav by default. 30 Sep 2011; Mark Loeser <halcy0n@gentoo.org> libreoffice-3.3.4.ebuild: Stable for ppc; bug #381547 diff --git a/app-office/libreoffice/libreoffice-9999-r1.ebuild b/app-office/libreoffice/libreoffice-9999-r1.ebuild index 180173c57a39..c2776e265c30 100644 --- a/app-office/libreoffice/libreoffice-9999-r1.ebuild +++ b/app-office/libreoffice/libreoffice-9999-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r1.ebuild,v 1.31 2011/09/30 11:47:52 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r1.ebuild,v 1.32 2011/10/03 08:58:27 scarabeus Exp $ EAPI=3 @@ -70,7 +70,7 @@ unset EXT_URI unset ADDONS_SRC IUSE="binfilter +branding dbus debug eds gnome +graphite gstreamer gtk +jemalloc -kde ldap mysql nsplugin odk opengl pdfimport svg templates test +vba webdav" +kde ldap mysql nsplugin odk opengl pdfimport svg templates test +vba +webdav" LICENSE="LGPL-3" SLOT="0" [[ ${PV} == *9999* ]] || KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" @@ -91,6 +91,7 @@ COMMON_DEPEND=" app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 + dev-cpp/libcmis dev-db/unixODBC dev-libs/expat >=dev-libs/glib-2.18 @@ -359,6 +360,7 @@ src_configure() { --with-system-jars \ --with-system-db \ --with-system-dicts \ + --with-system-libcmis \ --with-system-libvisio \ --with-system-libexttextcat \ --with-system-translate-toolkit \ |