diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-11-09 10:12:48 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-11-09 10:12:48 +0000 |
commit | afac93760410dd60364fa548fefe6c68a4dc8f52 (patch) | |
tree | c4b7c55784df3223ee80dc4b620d2e87f841134e /app-office | |
parent | Bump to 0.0.19. Mostly minor fixes. (diff) | |
download | gentoo-2-afac93760410dd60364fa548fefe6c68a4dc8f52.tar.gz gentoo-2-afac93760410dd60364fa548fefe6c68a4dc8f52.tar.bz2 gentoo-2-afac93760410dd60364fa548fefe6c68a4dc8f52.zip |
Dictionaries and help is not used in our ebuild so punt it.
(Portage version: 2.2.0_alpha72/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 | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-office/libreoffice/ChangeLog b/app-office/libreoffice/ChangeLog index 2292a23678bd..dc97067a5cb3 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.192 2011/11/08 11:03:49 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.193 2011/11/09 10:12:48 scarabeus Exp $ + + 09 Nov 2011; Tomáš Chvátal <scarabeus@gentoo.org> + libreoffice-9999-r1.ebuild: + Dictionaries and help is not used in our ebuild so punt it. 08 Nov 2011; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-9999-r1.ebuild: diff --git a/app-office/libreoffice/libreoffice-9999-r1.ebuild b/app-office/libreoffice/libreoffice-9999-r1.ebuild index c3d1be898121..b5c1a9dbc4cf 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.54 2011/11/08 11:03:49 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r1.ebuild,v 1.55 2011/11/09 10:12:48 scarabeus Exp $ EAPI=4 @@ -34,7 +34,7 @@ SRC_URI="branding? ( http://dev.gentooexperimental.org/~scarabeus/${BRANDING} )" # Split modules following git/tarballs # Core MUST be first! -MODULES="core binfilter dictionaries help" +MODULES="core binfilter" # Only release has the tarballs if [[ ${PV} != *9999* ]]; then for i in ${DEV_URI}; do @@ -425,6 +425,7 @@ src_configure() { --without-ppds \ --without-stlport \ --without-system-mozilla \ + --without-help \ --without-helppack-integration \ $(use_enable binfilter) \ $(use_enable dbus) \ |