diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-01-07 17:21:15 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-01-07 17:21:15 +0000 |
commit | 5f2ad582f9cb95a7b1e2be593f9c18a7950c8ba9 (patch) | |
tree | 47c300c89b5c75b307bf808d7ade2392ff76c64a /sci-mathematics/calc/calc-2.12.4.0.ebuild | |
parent | Initial import, will be needed for TL 2009, ebuild by me (diff) | |
download | gentoo-2-5f2ad582f9cb95a7b1e2be593f9c18a7950c8ba9.tar.gz gentoo-2-5f2ad582f9cb95a7b1e2be593f9c18a7950c8ba9.tar.bz2 gentoo-2-5f2ad582f9cb95a7b1e2be593f9c18a7950c8ba9.zip |
Added quotes
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/calc/calc-2.12.4.0.ebuild')
-rw-r--r-- | sci-mathematics/calc/calc-2.12.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/calc/calc-2.12.4.0.ebuild b/sci-mathematics/calc/calc-2.12.4.0.ebuild index 6165d5a90d59..b41d4f719f3b 100644 --- a/sci-mathematics/calc/calc-2.12.4.0.ebuild +++ b/sci-mathematics/calc/calc-2.12.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.12.4.0.ebuild,v 1.1 2010/01/05 21:35:27 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.12.4.0.ebuild,v 1.2 2010/01/07 17:21:15 bicatali Exp $ EAPI=2 inherit eutils @@ -23,7 +23,7 @@ src_compile() { # parallel compilation hard to fix. better to leave upstream. emake -j1 \ DEBUG="${CFLAGS}" \ - CALCPAGER=${PAGER} \ + CALCPAGER="${PAGER}" \ USE_READLINE="-DUSE_READLINE" \ READLINE_LIB="-lreadline -lhistory -lncurses" \ all || die "emake failed" |