diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2018-08-26 17:59:31 -0400 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2018-08-26 18:00:37 -0400 |
commit | cc9deacf25db75d4665b6fe3c21fb5710ebedae4 (patch) | |
tree | 6b257c8e3a0fa0f4961d126633c1c8317206d836 | |
parent | profiles: Last-rite dev-java/spring-* (diff) | |
download | gentoo-cc9deacf25db75d4665b6fe3c21fb5710ebedae4.tar.gz gentoo-cc9deacf25db75d4665b6fe3c21fb5710ebedae4.tar.bz2 gentoo-cc9deacf25db75d4665b6fe3c21fb5710ebedae4.zip |
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
-rw-r--r-- | dev-vcs/subversion/subversion-1.10.2.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-vcs/subversion/subversion-1.10.2.ebuild b/dev-vcs/subversion/subversion-1.10.2.ebuild index 7240d7048769..46832f2749cc 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=" |