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 | |
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')
-rw-r--r-- | sci-mathematics/calc/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/calc/calc-2.12.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/calc/ChangeLog b/sci-mathematics/calc/ChangeLog index 556904a2000e..c40f4d23f9ac 100644 --- a/sci-mathematics/calc/ChangeLog +++ b/sci-mathematics/calc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/calc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/ChangeLog,v 1.19 2010/01/05 21:35:27 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/ChangeLog,v 1.20 2010/01/07 17:21:15 bicatali Exp $ + + 07 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org> calc-2.12.4.0.ebuild: + Added quotes *calc-2.12.4.0 (05 Jan 2010) 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" |