diff options
author | David Seifert <soap@gentoo.org> | 2016-03-07 00:04:31 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-03-07 00:04:59 +0100 |
commit | 480c1444fc672024a5acfb534bd830c542604a6c (patch) | |
tree | 67d601ebf0ddc3a92fd0f2a921795a1c0bb35c67 /sci-mathematics/calc | |
parent | sci-mathematics/calc: Remove old (diff) | |
download | gentoo-480c1444fc672024a5acfb534bd830c542604a6c.tar.gz gentoo-480c1444fc672024a5acfb534bd830c542604a6c.tar.bz2 gentoo-480c1444fc672024a5acfb534bd830c542604a6c.zip |
sci-mathematics/calc: Add subslot dependency
Package-Manager: portage-2.2.27
Diffstat (limited to 'sci-mathematics/calc')
-rw-r--r-- | sci-mathematics/calc/calc-2.12.4.13-r1.ebuild (renamed from sci-mathematics/calc/calc-2.12.4.13.ebuild) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-mathematics/calc/calc-2.12.4.13.ebuild b/sci-mathematics/calc/calc-2.12.4.13-r1.ebuild index 66696e9940dc..09366368e973 100644 --- a/sci-mathematics/calc/calc-2.12.4.13.ebuild +++ b/sci-mathematics/calc/calc-2.12.4.13-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,8 +17,8 @@ KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND=" - sys-libs/ncurses - sys-libs/readline" + sys-libs/ncurses:0= + sys-libs/readline:0=" RDEPEND="${DEPEND}" src_prepare() { @@ -36,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 } |