diff options
author | Sam James <sam@gentoo.org> | 2021-11-04 22:04:35 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-04 22:04:43 +0000 |
commit | 91b0d5dc5e3188ad7095778ebfee99379b1800b5 (patch) | |
tree | f8bd41261b4ddb16b91fd48a16341930c6124430 /sci-geosciences | |
parent | app-emulation/skopeo: Bump to version 1.5.1 (diff) | |
download | gentoo-91b0d5dc5e3188ad7095778ebfee99379b1800b5.tar.gz gentoo-91b0d5dc5e3188ad7095778ebfee99379b1800b5.tar.bz2 gentoo-91b0d5dc5e3188ad7095778ebfee99379b1800b5.zip |
sci-geosciences/routino: needs swig[pcre]
Closes: https://bugs.gentoo.org/821829
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/routino/routino-3.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-geosciences/routino/routino-3.3.3.ebuild b/sci-geosciences/routino/routino-3.3.3.ebuild index 0688afc16cc9..f10841c69c91 100644 --- a/sci-geosciences/routino/routino-3.3.3.ebuild +++ b/sci-geosciences/routino/routino-3.3.3.ebuild @@ -19,10 +19,10 @@ IUSE="python test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )" -DEPEND=" +BDEPEND=" python? ( ${PYTHON_DEPS} - dev-lang/swig + dev-lang/swig[pcre] ) " RDEPEND="python? ( ${PYTHON_DEPS} )" |