aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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