Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/calc/
Date: Sun, 06 Mar 2016 23:05:23
Message-Id: 1457305499.480c1444fc672024a5acfb534bd830c542604a6c.soap@gentoo
1 commit: 480c1444fc672024a5acfb534bd830c542604a6c
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 23:04:31 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 23:04:59 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=480c1444
7
8 sci-mathematics/calc: Add subslot dependency
9
10 Package-Manager: portage-2.2.27
11
12 .../calc/{calc-2.12.4.13.ebuild => calc-2.12.4.13-r1.ebuild} | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/sci-mathematics/calc/calc-2.12.4.13.ebuild b/sci-mathematics/calc/calc-2.12.4.13-r1.ebuild
16 similarity index 87%
17 rename from sci-mathematics/calc/calc-2.12.4.13.ebuild
18 rename to sci-mathematics/calc/calc-2.12.4.13-r1.ebuild
19 index 66696e9..0936636 100644
20 --- a/sci-mathematics/calc/calc-2.12.4.13.ebuild
21 +++ b/sci-mathematics/calc/calc-2.12.4.13-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -17,8 +17,8 @@ KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
29 IUSE=""
30
31 DEPEND="
32 - sys-libs/ncurses
33 - sys-libs/readline"
34 + sys-libs/ncurses:0=
35 + sys-libs/readline:0="
36 RDEPEND="${DEPEND}"
37
38 src_prepare() {
39 @@ -36,7 +36,7 @@ src_compile() {
40 LDFLAGS="${LDFLAGS}" \
41 CALCPAGER="${PAGER}" \
42 USE_READLINE="-DUSE_READLINE" \
43 - READLINE_LIB="-lreadline -lhistory -lncurses -L${S}/custom -lcustcalc" \
44 + READLINE_LIB="-lreadline -lhistory -lncurses -L\"${S}\"/custom -lcustcalc" \
45 all
46 }