diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2015-10-16 18:12:56 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2015-10-16 18:23:31 -0400 |
commit | 6c440194f35b55a676a5d65873cafc3755b1554b (patch) | |
tree | 959652254b59397334fd5ed766235f4aefea9d85 /dev-php | |
parent | app-portage/layman: Adds sqlite USE flag to 9999 ebuild (diff) | |
download | gentoo-6c440194f35b55a676a5d65873cafc3755b1554b.tar.gz gentoo-6c440194f35b55a676a5d65873cafc3755b1554b.tar.bz2 gentoo-6c440194f35b55a676a5d65873cafc3755b1554b.zip |
dev-php/pecl-svn: depend on <dev-vcs/subversion-1.9 to fix a build failure.
Gentoo-Bug: 558748
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-svn/pecl-svn-1.0.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-svn/pecl-svn-1.0.2-r1.ebuild b/dev-php/pecl-svn/pecl-svn-1.0.2-r1.ebuild index 2266572db851..10064c2054d5 100644 --- a/dev-php/pecl-svn/pecl-svn-1.0.2-r1.ebuild +++ b/dev-php/pecl-svn/pecl-svn-1.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,5 +17,5 @@ LICENSE="PHP-3.01" SLOT="0" IUSE="" -DEPEND="dev-vcs/subversion" +DEPEND="<dev-vcs/subversion-1.9" RDEPEND="${DEPEND}" |