aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2019-04-13 22:28:46 +0200
committerMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2019-04-13 22:28:46 +0200
commit444afbb71d21aef9221bc6142c9a7cf4ad676a73 (patch)
tree1fd2e386c4f04200e1b3a0f6c83ba0f65d978e5f
parentsys-cluster/openmpi: specify external libraries and version bump (diff)
downloadsci-444afbb71d21aef9221bc6142c9a7cf4ad676a73.tar.gz
sci-444afbb71d21aef9221bc6142c9a7cf4ad676a73.tar.bz2
sci-444afbb71d21aef9221bc6142c9a7cf4ad676a73.zip
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@fold.natur.cuni.cz>
-rw-r--r--sci-mathematics/dolfin/dolfin-2016.2.0-r2.ebuild4
-rw-r--r--sci-mathematics/dolfin/dolfin-2017.1.0.ebuild4
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}]