diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-09-06 13:07:55 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-09-06 13:07:55 +0000 |
commit | 610aef04583b39b290cb807762d5aea8c69d12c4 (patch) | |
tree | 721150fa1420e06a3e54340e3010dfde012ac75b /app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild | |
parent | Fix unpacking help for not-supported langs. Fixes bug #382031. (diff) | |
download | gentoo-2-610aef04583b39b290cb807762d5aea8c69d12c4.tar.gz gentoo-2-610aef04583b39b290cb807762d5aea8c69d12c4.tar.bz2 gentoo-2-610aef04583b39b290cb807762d5aea8c69d12c4.zip |
Apply patch to disable striping, we handle it by PM.
(Portage version: 2.2.0_alpha53/cvs/Linux x86_64)
Diffstat (limited to 'app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild')
-rw-r--r-- | app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild b/app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild index eb13e002b5d7..cf6faf4fbfb0 100644 --- a/app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild +++ b/app-office/libreoffice/libreoffice-3.4.3.2-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-3.4.3.2-r1.ebuild,v 1.5 2011/09/05 17:01:17 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild,v 1.6 2011/09/06 13:07:55 scarabeus Exp $ EAPI=3 @@ -226,6 +226,7 @@ PATCHES=( "${FILESDIR}/${PN}-32b-qt4-libdir.patch" "${FILESDIR}/${PN}-binfilter-as-needed.patch" "${FILESDIR}/${PN}-kill-cppunit.patch" + "${FILESDIR}/${PN}-honor-strip.patch" ) # Uncoment me when updating to eapi4 |