diff options
Diffstat (limited to 'sci-calculators/rpc/rpc-0.98.ebuild')
-rw-r--r-- | sci-calculators/rpc/rpc-0.98.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sci-calculators/rpc/rpc-0.98.ebuild b/sci-calculators/rpc/rpc-0.98.ebuild index 81833d52fc1c..6302882751cf 100644 --- a/sci-calculators/rpc/rpc-0.98.ebuild +++ b/sci-calculators/rpc/rpc-0.98.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/rpc/rpc-0.98.ebuild,v 1.1 2004/12/25 16:49:20 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/rpc/rpc-0.98.ebuild,v 1.2 2006/03/09 17:15:53 markusle Exp $ inherit eutils DESCRIPTION="A fullscreen console-based RPN calculator that uses the curses library" HOMEPAGE="http://www.eecs.umich.edu/~pelzlpj/rpc/" -SRC_URI="http://www.eecs.umich.edu/~pelzlpj/rpc/${P}.tar.gz" +SRC_URI="http://www.eecs.umich.edu/~pelzlpj/rpc/${P}.tar.gz + mirror://gentoo/${P}-gcc-34.patch.bz2" LICENSE="GPL-2" SLOT="0" @@ -21,7 +22,7 @@ src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/${P}-gcc-34.patch + epatch "${WORKDIR}"/${P}-gcc-34.patch } src_install() { |