Gentoo Archives: gentoo-commits

From: Jonathan Callen <jcallen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/subversion/
Date: Sun, 26 Aug 2018 22:01:13
Message-Id: 1535320837.cc9deacf25db75d4665b6fe3c21fb5710ebedae4.jcallen@gentoo
1 commit: cc9deacf25db75d4665b6fe3c21fb5710ebedae4
2 Author: Jonathan Callen <jcallen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 21:59:31 2018 +0000
4 Commit: Jonathan Callen <jcallen <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 22:00:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc9deacf
7
8 dev-vcs/subversion: add DEPENDS on dev-lang/swig
9
10 Fixes compile with USE=perl, python, and/or ruby
11
12 Bug: https://bugs.gentoo.org/653284
13 Package-Manager: Portage-2.3.46, Repoman-2.3.10
14
15 dev-vcs/subversion/subversion-1.10.2.ebuild | 3 +++
16 1 file changed, 3 insertions(+)
17
18 diff --git a/dev-vcs/subversion/subversion-1.10.2.ebuild b/dev-vcs/subversion/subversion-1.10.2.ebuild
19 index 7240d704876..46832f2749c 100644
20 --- a/dev-vcs/subversion/subversion-1.10.2.ebuild
21 +++ b/dev-vcs/subversion/subversion-1.10.2.ebuild
22 @@ -73,6 +73,9 @@ DEPEND="${COMMON_DEPEND}
23 virtual/pkgconfig
24 )
25 nls? ( sys-devel/gettext )
26 + perl? ( dev-lang/swig )
27 + python? ( dev-lang/swig )
28 + ruby? ( dev-lang/swig )
29 test? ( ${PYTHON_DEPS} )"
30
31 REQUIRED_USE="