Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mrueg:master commit in: sci-mathematics/calc/
Date: Wed, 01 Jul 2015 02:06:08
Message-Id: 1435716348.3f7973a2df91dd9d6f94943301e4f9ca335f73c2.mrueg@gentoo
1 commit: 3f7973a2df91dd9d6f94943301e4f9ca335f73c2
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 1 02:05:48 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 1 02:05:48 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=3f7973a2
7
8 [sci-mathematics/calc] Use default slot for readline. Fix unquoted variable.
9
10 Package-Manager: portage-2.2.20
11
12 sci-mathematics/calc/calc-2.12.5.0.ebuild | 9 ++++-----
13 1 file changed, 4 insertions(+), 5 deletions(-)
14
15 diff --git a/sci-mathematics/calc/calc-2.12.5.0.ebuild b/sci-mathematics/calc/calc-2.12.5.0.ebuild
16 index 35faa0b..fd0e3cb 100644
17 --- a/sci-mathematics/calc/calc-2.12.5.0.ebuild
18 +++ b/sci-mathematics/calc/calc-2.12.5.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2012 Gentoo Foundation
21 +# Copyright 1999-2015 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/calc/calc-2.12.4.4.ebuild,v 1.1 2012/08/09 17:52:26 bicatali Exp $
24
25 @@ -16,9 +16,8 @@ KEYWORDS="~amd64"
26
27 IUSE=""
28
29 -DEPEND="
30 - sys-libs/ncurses
31 - sys-libs/readline"
32 +DEPEND="sys-libs/ncurses
33 + sys-libs/readline:0"
34 RDEPEND="${DEPEND}"
35
36 src_prepare() {
37 @@ -37,7 +36,7 @@ src_compile() {
38 LDFLAGS="${LDFLAGS}" \
39 CALCPAGER="${PAGER}" \
40 USE_READLINE="-DUSE_READLINE" \
41 - READLINE_LIB="-lreadline -lhistory -lncurses -L${S}/custom -lcustcalc" \
42 + READLINE_LIB="-lreadline -lhistory -lncurses -L\"${S}\"/custom -lcustcalc" \
43 all
44 }