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
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>
-rw-r--r--sci-libs/matc/matc-6.0_p4651.ebuild7
-rw-r--r--sci-libs/matc/matc-8.0.ebuild5
-rw-r--r--sci-libs/matc/matc-9999.ebuild5
3 files changed, 7 insertions, 10 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
diff --git a/sci-libs/matc/matc-8.0.ebuild b/sci-libs/matc/matc-8.0.ebuild
index 04c23a2ff..c78629b9b 100644
--- a/sci-libs/matc/matc-8.0.ebuild
+++ b/sci-libs/matc/matc-8.0.ebuild
@@ -20,8 +20,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc debug static-libs"
RDEPEND="
- sys-libs/ncurses
- sys-libs/readline:0"
+ sys-libs/ncurses:0=
+ sys-libs/readline:0="
DEPEND="${RDEPEND}"
S="${WORKDIR}/elmerfem-release-${PV}/${PN}"
@@ -30,7 +30,6 @@ S="${WORKDIR}/elmerfem-release-${PV}/${PN}"
src_configure() {
local myeconfargs=(
- --enable-shared
$(use_with debug)
)
autotools-utils_src_configure
diff --git a/sci-libs/matc/matc-9999.ebuild b/sci-libs/matc/matc-9999.ebuild
index 4638b89b3..4bf487765 100644
--- a/sci-libs/matc/matc-9999.ebuild
+++ b/sci-libs/matc/matc-9999.ebuild
@@ -22,8 +22,8 @@ KEYWORDS=""
IUSE="doc debug static-libs"
RDEPEND="
- sys-libs/ncurses
- sys-libs/readline:0"
+ sys-libs/ncurses:0=
+ sys-libs/readline:0="
DEPEND="${RDEPEND}"
S="${WORKDIR}/${P}/${PN}"
@@ -32,7 +32,6 @@ S="${WORKDIR}/${P}/${PN}"
src_configure() {
local myeconfargs=(
- --enable-shared
$(use_with debug)
)
autotools-utils_src_configure