diff options
author | 2012-11-09 09:50:16 +0000 | |
---|---|---|
committer | 2012-11-09 09:50:16 +0000 | |
commit | d3be79504e15fcc77262b8a1d2cf3e964f671afa (patch) | |
tree | 06ca5febcea782c80fae694ac0ef2a396029e85d /app-office | |
parent | So long binfilter. (diff) | |
download | gentoo-2-d3be79504e15fcc77262b8a1d2cf3e964f671afa.tar.gz gentoo-2-d3be79504e15fcc77262b8a1d2cf3e964f671afa.tar.bz2 gentoo-2-d3be79504e15fcc77262b8a1d2cf3e964f671afa.zip |
Bye rsvg/glib.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, 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 | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/app-office/libreoffice/ChangeLog b/app-office/libreoffice/ChangeLog index caf5e459faf1..440125bfad0d 100644 --- a/app-office/libreoffice/ChangeLog +++ b/app-office/libreoffice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/libreoffice # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.387 2012/11/09 09:45:16 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.388 2012/11/09 09:50:16 scarabeus Exp $ + + 09 Nov 2012; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-9999-r2.ebuild: + Bye rsvg/glib. 09 Nov 2012; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-9999-r2.ebuild: So long binfilter. diff --git a/app-office/libreoffice/libreoffice-9999-r2.ebuild b/app-office/libreoffice/libreoffice-9999-r2.ebuild index 6d54b0e22278..80501a7105fb 100644 --- a/app-office/libreoffice/libreoffice-9999-r2.ebuild +++ b/app-office/libreoffice/libreoffice-9999-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.124 2012/11/09 09:45:16 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.125 2012/11/09 09:50:16 scarabeus Exp $ EAPI=4 @@ -68,8 +68,7 @@ unset EXT_URI unset ADDONS_SRC IUSE="bluetooth +branding +cups dbus eds gnome gstreamer +gtk gtk3 -jemalloc kde mysql odk opengl postgres svg telepathy test +vba -+webdav" +jemalloc kde mysql odk opengl postgres telepathy test +vba +webdav" LO_EXTS="nlpsolver pdfimport presenter-console presenter-minimizer scripting-beanshell scripting-javascript wiki-publisher" # Unpackaged separate extensions: @@ -103,7 +102,6 @@ COMMON_DEPEND=" dev-cpp/libcmis:0.3 dev-db/unixODBC dev-libs/expat - >=dev-libs/glib-2.28 >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1.1 dev-libs/liborcus @@ -159,7 +157,6 @@ COMMON_DEPEND=" virtual/opengl ) postgres? ( >=dev-db/postgresql-base-9.0[kerberos] ) - svg? ( gnome-base/librsvg ) telepathy? ( dev-libs/glib:2 >=net-libs/telepathy-glib-0.18.0 @@ -505,7 +502,6 @@ src_configure() { $(use_enable odk) \ $(use_enable opengl) \ $(use_enable postgres postgresql-sdbc) \ - $(use_enable svg librsvg system) \ $(use_enable telepathy) \ $(use_enable test linkoo) \ $(use_enable vba) \ |