commit: 480c1444fc672024a5acfb534bd830c542604a6c
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 6 23:04:31 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar 6 23:04:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=480c1444
sci-mathematics/calc: Add subslot dependency
Package-Manager: portage-2.2.27
.../calc/{calc-2.12.4.13.ebuild => calc-2.12.4.13-r1.ebuild} | 8 ++++----
1 file 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
similarity index 87%
rename from sci-mathematics/calc/calc-2.12.4.13.ebuild
rename to sci-mathematics/calc/calc-2.12.4.13-r1.ebuild
index 66696e9..0936636 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
}