diff options
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} )" |