commit:     444afbb71d21aef9221bc6142c9a7cf4ad676a73
Author:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sat Apr 13 20:28:46 2019 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sat Apr 13 20:28:46 2019 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=444afbb7

sci-mathematics/dolfin: Fix RDEPEND.suspect

Non-maintainer commit fixing:

RDEPEND.suspect               2
 sci-mathematics/dolfin/dolfin-2016.2.0-r2.ebuild: 'dev-lang/swig:0='
 sci-mathematics/dolfin/dolfin-2017.1.0.ebuild: 'dev-lang/swig:0='

All swig ebuilds define only SLOT="0"

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Martin Mokrejs <mmokrejs <AT> fold.natur.cuni.cz>

 sci-mathematics/dolfin/dolfin-2016.2.0-r2.ebuild | 4 ++--
 sci-mathematics/dolfin/dolfin-2017.1.0.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-mathematics/dolfin/dolfin-2016.2.0-r2.ebuild 
b/sci-mathematics/dolfin/dolfin-2016.2.0-r2.ebuild
index 4d5d8f716..169611161 100644
--- a/sci-mathematics/dolfin/dolfin-2016.2.0-r2.ebuild
+++ b/sci-mathematics/dolfin/dolfin-2016.2.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,7 +23,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
 DEPEND="
        ${PYTHON_DEPS}
        dev-cpp/eigen:3
-       dev-lang/swig:0=
+       dev-lang/swig
        dev-libs/boost:=
        dev-libs/libxml2:2
        ~dev-python/dijitso-${PV}[${PYTHON_USEDEP}]

diff --git a/sci-mathematics/dolfin/dolfin-2017.1.0.ebuild 
b/sci-mathematics/dolfin/dolfin-2017.1.0.ebuild
index 64e736315..b5b66a708 100644
--- a/sci-mathematics/dolfin/dolfin-2017.1.0.ebuild
+++ b/sci-mathematics/dolfin/dolfin-2017.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,7 +23,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
 DEPEND="
        ${PYTHON_DEPS}
        dev-cpp/eigen:3
-       dev-lang/swig:0=
+       dev-lang/swig
        dev-libs/boost:=
        dev-libs/libxml2:2
        ~dev-python/dijitso-${PV}[${PYTHON_USEDEP}]

Reply via email to