summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-06-17 12:41:24 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-06-17 12:41:24 +0000
commitebdb3336df139216b22f6f9e8896305333a3047a (patch)
tree6604f07bcc421da27929d1d49ac087c0dd78c864 /app-office/libreoffice/libreoffice-3.3.3.ebuild
parentFix underlink. Bug #369041 (diff)
downloadgentoo-2-ebdb3336df139216b22f6f9e8896305333a3047a.tar.gz
gentoo-2-ebdb3336df139216b22f6f9e8896305333a3047a.tar.bz2
gentoo-2-ebdb3336df139216b22f6f9e8896305333a3047a.zip
It is dumb to copy files in filesdir 1:1. Rather use fixed version in the ebuild.
(Portage version: 2.2.0_alpha38/cvs/Linux x86_64)
Diffstat (limited to 'app-office/libreoffice/libreoffice-3.3.3.ebuild')
-rw-r--r--app-office/libreoffice/libreoffice-3.3.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/libreoffice/libreoffice-3.3.3.ebuild b/app-office/libreoffice/libreoffice-3.3.3.ebuild
index 57680718f488..a4d0672ce5c6 100644
--- a/app-office/libreoffice/libreoffice-3.3.3.ebuild
+++ b/app-office/libreoffice/libreoffice-3.3.3.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.3.3.ebuild,v 1.1 2011/06/16 18:50:45 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.3.3.ebuild,v 1.2 2011/06/17 12:41:24 scarabeus Exp $
EAPI="3"
@@ -257,7 +257,7 @@ src_prepare() {
fi
# Some fixes for our patchset
- epatch "${FILESDIR}/gentoo-${PV}.diff"
+ epatch "${FILESDIR}/gentoo-3.3.2.diff"
epatch "${FILESDIR}/gentoo-pythonpath.diff"
epatch "${FILESDIR}/env_log.diff"
epatch "${FILESDIR}/fix-ooo-collision.diff"