diff options
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/libreoffice/libreoffice-9999-r2.ebuild | 9 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-office/libreoffice/ChangeLog b/app-office/libreoffice/ChangeLog index cc5d25979e3c..ec081880eb00 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.201 2011/11/13 10:21:51 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.202 2011/11/14 09:06:35 scarabeus Exp $ + + 14 Nov 2011; Tomáš Chvátal <scarabeus@gentoo.org> + libreoffice-9999-r2.ebuild: + Drop deprecated configure option and bump libexttextcat dep. 13 Nov 2011; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-3.4.4.2-r1.ebuild, libreoffice-3.4.9999-r2.ebuild, diff --git a/app-office/libreoffice/libreoffice-9999-r2.ebuild b/app-office/libreoffice/libreoffice-9999-r2.ebuild index 4bf3061da478..9b8ff9624939 100644 --- a/app-office/libreoffice/libreoffice-9999-r2.ebuild +++ b/app-office/libreoffice/libreoffice-9999-r2.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-r2.ebuild,v 1.3 2011/11/13 10:21:51 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.4 2011/11/14 09:06:35 scarabeus Exp $ EAPI=4 @@ -85,7 +85,7 @@ COMMON_DEPEND=" app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes - >=app-text/libexttextcat-3.1 + >=app-text/libexttextcat-3.2 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 @@ -220,8 +220,8 @@ pkg_setup() { python_pkg_setup if ! use gtk; then - ewarn "If you want the LibreOffice systray quickstarter or nsplugin to" - ewarn "work activate the 'gtk' use flag." + ewarn "If you want the LibreOffice systray quickstarter to work" + ewarn "activate the 'gtk' use flag." ewarn fi } @@ -364,7 +364,6 @@ src_configure() { --enable-randr-link \ --enable-release-build \ --enable-unix-qstart-libpng \ - --enable-xrender-link \ --disable-crashdump \ --disable-dependency-tracking \ --disable-epm \ |