Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/
Date: Thu, 04 Nov 2021 22:05:50
Message-Id: 1636063483.91b0d5dc5e3188ad7095778ebfee99379b1800b5.sam@gentoo
1 commit: 91b0d5dc5e3188ad7095778ebfee99379b1800b5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 4 22:04:35 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 4 22:04:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b0d5dc
7
8 sci-geosciences/routino: needs swig[pcre]
9
10 Closes: https://bugs.gentoo.org/821829
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sci-geosciences/routino/routino-3.3.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-geosciences/routino/routino-3.3.3.ebuild b/sci-geosciences/routino/routino-3.3.3.ebuild
17 index 0688afc16cc..f10841c69c9 100644
18 --- a/sci-geosciences/routino/routino-3.3.3.ebuild
19 +++ b/sci-geosciences/routino/routino-3.3.3.ebuild
20 @@ -19,10 +19,10 @@ IUSE="python test"
21 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
22 RESTRICT="!test? ( test )"
23
24 -DEPEND="
25 +BDEPEND="
26 python? (
27 ${PYTHON_DEPS}
28 - dev-lang/swig
29 + dev-lang/swig[pcre]
30 )
31 "
32 RDEPEND="python? ( ${PYTHON_DEPS} )"