summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-01-18 16:36:29 +0000
committerJustin Lecher <jlec@gentoo.org>2011-01-18 16:36:29 +0000
commit1add751d16a1c8feecd51294ad3a61641cca5ce5 (patch)
tree6f9585c50c503d76c60b82b60a45a1638a52d9cc /sci-chemistry/imosflm/imosflm-1.0.4.ebuild
parentversion bump; stable x86 amd64 (diff)
downloadgentoo-2-1add751d16a1c8feecd51294ad3a61641cca5ce5.tar.gz
gentoo-2-1add751d16a1c8feecd51294ad3a61641cca5ce5.tar.bz2
gentoo-2-1add751d16a1c8feecd51294ad3a61641cca5ce5.zip
Fixed implicit declarations
(Portage version: 2.2.0_alpha17/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/imosflm/imosflm-1.0.4.ebuild')
-rw-r--r--sci-chemistry/imosflm/imosflm-1.0.4.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-chemistry/imosflm/imosflm-1.0.4.ebuild b/sci-chemistry/imosflm/imosflm-1.0.4.ebuild
index 8888e9136192..88f06d8892a5 100644
--- a/sci-chemistry/imosflm/imosflm-1.0.4.ebuild
+++ b/sci-chemistry/imosflm/imosflm-1.0.4.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/sci-chemistry/imosflm/imosflm-1.0.4.ebuild,v 1.2 2011/01/16 12:24:25 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/imosflm/imosflm-1.0.4.ebuild,v 1.3 2011/01/18 16:36:29 jlec Exp $
EAPI="3"
@@ -34,7 +34,9 @@ DEPEND="app-arch/unzip"
S="${WORKDIR}"/${PN}
src_prepare() {
- epatch "${FILESDIR}"/${PV}-tk.patch
+ epatch \
+ "${FILESDIR}"/${PV}-tk.patch \
+ "${FILESDIR}"/${PV}-impl-dec.patch
}
src_compile() {