diff options
author | 2005-01-07 09:40:26 +0000 | |
---|---|---|
committer | 2005-01-07 09:40:26 +0000 | |
commit | 26cc357dc572a0096f932aa09828e50937b0f528 (patch) | |
tree | acdb8b38d6a716b8fce7506becacf7c3e31f3ee6 /sci-mathematics/pari/pari-2.1.6.ebuild | |
parent | sort (diff) | |
download | historical-26cc357dc572a0096f932aa09828e50937b0f528.tar.gz historical-26cc357dc572a0096f932aa09828e50937b0f528.tar.bz2 historical-26cc357dc572a0096f932aa09828e50937b0f528.zip |
Fixing the fix.
Diffstat (limited to 'sci-mathematics/pari/pari-2.1.6.ebuild')
-rw-r--r-- | sci-mathematics/pari/pari-2.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/pari/pari-2.1.6.ebuild b/sci-mathematics/pari/pari-2.1.6.ebuild index 851cb4c49f22..b156f842b4fc 100644 --- a/sci-mathematics/pari/pari-2.1.6.ebuild +++ b/sci-mathematics/pari/pari-2.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.1.6.ebuild,v 1.1 2005/01/06 10:34:52 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.1.6.ebuild,v 1.2 2005/01/07 09:40:26 phosphan Exp $ inherit eutils @@ -20,7 +20,7 @@ src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/docs.patch - epatch ${FILESDIR}/wrong_functype.patch + epatch ${FILESDIR}/wrong_functype-r1.patch } src_compile() { |