commit:     cc9deacf25db75d4665b6fe3c21fb5710ebedae4
Author:     Jonathan Callen <jcallen <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 21:59:31 2018 +0000
Commit:     Jonathan Callen <jcallen <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 22:00:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc9deacf

dev-vcs/subversion: add DEPENDS on dev-lang/swig

Fixes compile with USE=perl, python, and/or ruby

Bug: https://bugs.gentoo.org/653284
Package-Manager: Portage-2.3.46, Repoman-2.3.10

 dev-vcs/subversion/subversion-1.10.2.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-vcs/subversion/subversion-1.10.2.ebuild 
b/dev-vcs/subversion/subversion-1.10.2.ebuild
index 7240d704876..46832f2749c 100644
--- a/dev-vcs/subversion/subversion-1.10.2.ebuild
+++ b/dev-vcs/subversion/subversion-1.10.2.ebuild
@@ -73,6 +73,9 @@ DEPEND="${COMMON_DEPEND}
                virtual/pkgconfig
        )
        nls? ( sys-devel/gettext )
+       perl? ( dev-lang/swig )
+       python? ( dev-lang/swig )
+       ruby? ( dev-lang/swig )
        test? ( ${PYTHON_DEPS} )"
 
 REQUIRED_USE="

Reply via email to