diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2014-03-27 09:50:59 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2014-03-27 09:50:59 +0000 |
commit | db462e5de69650cab635926253e7c307172043c2 (patch) | |
tree | b31a64bd491b54f0eb0f888ba521ad7a581d3a85 /app-office/libreoffice | |
parent | Version bump to 2.26. Fixes bug#505084. (diff) | |
download | gentoo-2-db462e5de69650cab635926253e7c307172043c2.tar.gz gentoo-2-db462e5de69650cab635926253e7c307172043c2.tar.bz2 gentoo-2-db462e5de69650cab635926253e7c307172043c2.zip |
Afms were removed from git.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-office/libreoffice')
-rw-r--r-- | app-office/libreoffice/libreoffice-9999-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-office/libreoffice/libreoffice-9999-r2.ebuild b/app-office/libreoffice/libreoffice-9999-r2.ebuild index bb6a6792eb2a..b92535655320 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.214 2014/03/25 10:28:58 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.215 2014/03/27 09:50:59 scarabeus Exp $ EAPI=5 @@ -435,7 +435,7 @@ src_configure() { # --disable-systray: quickstarter does not actually work at all so do not # promote it # --enable-extension-integration: enable any extension integration support - # --without-{afms,fonts,myspell-dicts,ppsd}: prevent install of sys pkgs + # --without-{fonts,myspell-dicts,ppsd}: prevent install of sys pkgs # --disable-report-builder: too much java packages pulled in without pkgs econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}/" \ @@ -476,7 +476,6 @@ src_configure() { --with-system-ucpp \ --with-vendor="Gentoo Foundation" \ --with-x \ - --without-afms \ --without-fonts \ --without-myspell-dicts \ --without-help \ |