commit:     3f7973a2df91dd9d6f94943301e4f9ca335f73c2
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  1 02:05:48 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Jul  1 02:05:48 2015 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=3f7973a2

[sci-mathematics/calc] Use default slot for readline. Fix unquoted variable.

Package-Manager: portage-2.2.20

 sci-mathematics/calc/calc-2.12.5.0.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/sci-mathematics/calc/calc-2.12.5.0.ebuild 
b/sci-mathematics/calc/calc-2.12.5.0.ebuild
index 35faa0b..fd0e3cb 100644
--- a/sci-mathematics/calc/calc-2.12.5.0.ebuild
+++ b/sci-mathematics/calc/calc-2.12.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 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.4.ebuild,v 
1.1 2012/08/09 17:52:26 bicatali Exp $
 
@@ -16,9 +16,8 @@ KEYWORDS="~amd64"
 
 IUSE=""
 
-DEPEND="
-       sys-libs/ncurses
-       sys-libs/readline"
+DEPEND="sys-libs/ncurses
+       sys-libs/readline:0"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
@@ -37,7 +36,7 @@ src_compile() {
                LDFLAGS="${LDFLAGS}" \
                CALCPAGER="${PAGER}" \
                USE_READLINE="-DUSE_READLINE" \
-               READLINE_LIB="-lreadline -lhistory -lncurses -L${S}/custom 
-lcustcalc" \
+               READLINE_LIB="-lreadline -lhistory -lncurses -L\"${S}\"/custom 
-lcustcalc" \
                all
 }
 

Reply via email to