diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2006-05-17 06:23:49 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2006-05-17 06:23:49 +0000 |
commit | e5d91c42fc123fe5ece817ed18f603603f7d900a (patch) | |
tree | 6b093eaf3f1836b613f57f52ef23bc9c90d40085 /sci-libs | |
parent | fixed broken configure and bumped to the current release (diff) | |
download | historical-e5d91c42fc123fe5ece817ed18f603603f7d900a.tar.gz historical-e5d91c42fc123fe5ece817ed18f603603f7d900a.tar.bz2 historical-e5d91c42fc123fe5ece817ed18f603603f7d900a.zip |
fixed a typo in the epatch line...
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cfitsio/cfitsio-3.006.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/cfitsio/cfitsio-3.006.ebuild b/sci-libs/cfitsio/cfitsio-3.006.ebuild index 18479cf1b922..da3f9580d6bd 100644 --- a/sci-libs/cfitsio/cfitsio-3.006.ebuild +++ b/sci-libs/cfitsio/cfitsio-3.006.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/cfitsio-3.006.ebuild,v 1.1 2006/05/17 06:20:53 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cfitsio/cfitsio-3.006.ebuild,v 1.2 2006/05/17 06:23:49 nerdboy Exp $ inherit eutils multilib toolchain-funcs @@ -21,7 +21,7 @@ S=${WORKDIR}/${PN} src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/${P}-makefile.patch || die "epatch failed" + epatch ${FILESDIR}/${P}-configure.patch || die "epatch failed" } src_compile() { |