Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/dolfin/
Date: Sat, 13 Apr 2019 20:36:17
Message-Id: 1555187326.444afbb71d21aef9221bc6142c9a7cf4ad676a73.mmokrejs@gentoo
1 commit: 444afbb71d21aef9221bc6142c9a7cf4ad676a73
2 Author: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Sat Apr 13 20:28:46 2019 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Sat Apr 13 20:28:46 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=444afbb7
7
8 sci-mathematics/dolfin: Fix RDEPEND.suspect
9
10 Non-maintainer commit fixing:
11
12 RDEPEND.suspect 2
13 sci-mathematics/dolfin/dolfin-2016.2.0-r2.ebuild: 'dev-lang/swig:0='
14 sci-mathematics/dolfin/dolfin-2017.1.0.ebuild: 'dev-lang/swig:0='
15
16 All swig ebuilds define only SLOT="0"
17
18 Package-Manager: Portage-2.3.62, Repoman-2.3.12
19 Signed-off-by: Martin Mokrejs <mmokrejs <AT> fold.natur.cuni.cz>
20
21 sci-mathematics/dolfin/dolfin-2016.2.0-r2.ebuild | 4 ++--
22 sci-mathematics/dolfin/dolfin-2017.1.0.ebuild | 4 ++--
23 2 files changed, 4 insertions(+), 4 deletions(-)
24
25 diff --git a/sci-mathematics/dolfin/dolfin-2016.2.0-r2.ebuild b/sci-mathematics/dolfin/dolfin-2016.2.0-r2.ebuild
26 index 4d5d8f716..169611161 100644
27 --- a/sci-mathematics/dolfin/dolfin-2016.2.0-r2.ebuild
28 +++ b/sci-mathematics/dolfin/dolfin-2016.2.0-r2.ebuild
29 @@ -1,4 +1,4 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 +# Copyright 1999-2019 Gentoo Authors
32 # Distributed under the terms of the GNU General Public License v2
33
34 EAPI=6
35 @@ -23,7 +23,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
36 DEPEND="
37 ${PYTHON_DEPS}
38 dev-cpp/eigen:3
39 - dev-lang/swig:0=
40 + dev-lang/swig
41 dev-libs/boost:=
42 dev-libs/libxml2:2
43 ~dev-python/dijitso-${PV}[${PYTHON_USEDEP}]
44
45 diff --git a/sci-mathematics/dolfin/dolfin-2017.1.0.ebuild b/sci-mathematics/dolfin/dolfin-2017.1.0.ebuild
46 index 64e736315..b5b66a708 100644
47 --- a/sci-mathematics/dolfin/dolfin-2017.1.0.ebuild
48 +++ b/sci-mathematics/dolfin/dolfin-2017.1.0.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2017 Gentoo Foundation
51 +# Copyright 1999-2019 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=6
55 @@ -23,7 +23,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
56 DEPEND="
57 ${PYTHON_DEPS}
58 dev-cpp/eigen:3
59 - dev-lang/swig:0=
60 + dev-lang/swig
61 dev-libs/boost:=
62 dev-libs/libxml2:2
63 ~dev-python/dijitso-${PV}[${PYTHON_USEDEP}]