commit:     19a5a421d6de5ab05f38aa6aa74f42258670a319
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 18:19:42 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 18:19:42 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=19a5a421

sci-libs/matc: Add subslot operators

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-libs/matc/matc-6.0_p4651.ebuild | 7 +++----
 sci-libs/matc/matc-8.0.ebuild       | 5 ++---
 sci-libs/matc/matc-9999.ebuild      | 5 ++---
 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 0cd5ada..0ab173d 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 04c23a2..c78629b 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 4638b89..4bf4877 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

Reply via email to