aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-21 20:19:42 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-21 20:19:42 +0200
commit19a5a421d6de5ab05f38aa6aa74f42258670a319 (patch)
tree0efdc5bb1dce548f4cbfcef46bb619c6c4a9144a /sci-libs/matc/matc-6.0_p4651.ebuild
parentsci-geosciences/qgis: Add subslot operators (diff)
downloadsci-19a5a421d6de5ab05f38aa6aa74f42258670a319.tar.gz
sci-19a5a421d6de5ab05f38aa6aa74f42258670a319.tar.bz2
sci-19a5a421d6de5ab05f38aa6aa74f42258670a319.zip
sci-libs/matc: Add subslot operators
Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs/matc/matc-6.0_p4651.ebuild')
-rw-r--r--sci-libs/matc/matc-6.0_p4651.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/sci-libs/matc/matc-6.0_p4651.ebuild b/sci-libs/matc/matc-6.0_p4651.ebuild
index 0cd5ada78..0ab173dfc 100644
--- a/sci-libs/matc/matc-6.0_p4651.ebuild
+++ b/sci-libs/matc/matc-6.0_p4651.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -23,8 +23,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc debug static-libs"
RDEPEND="
- sys-libs/ncurses
- sys-libs/readline"
+ sys-libs/ncurses:0=
+ sys-libs/readline:0="
DEPEND="${RDEPEND}"
S="${WORKDIR}"/${PN}
@@ -33,7 +33,6 @@ PATCHES=( "${FILESDIR}"/${P}-shared.patch )
src_configure() {
local myeconfargs=(
- --enable-shared
$(use_with debug)
)
autotools-utils_src_configure