diff options
author | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:21:13 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:21:13 +0000 |
commit | c008975835be904335ccdfd9b1a387b142fe60ba (patch) | |
tree | d6b1f6378df8cfa0ade4c9d17816c5c40fff8f8e /dev-util/subversion | |
parent | Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apach... (diff) | |
download | gentoo-2-c008975835be904335ccdfd9b1a387b142fe60ba.tar.gz gentoo-2-c008975835be904335ccdfd9b1a387b142fe60ba.tar.bz2 gentoo-2-c008975835be904335ccdfd9b1a387b142fe60ba.zip |
Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apache (#78622).
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'dev-util/subversion')
-rw-r--r-- | dev-util/subversion/subversion-1.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/subversion/subversion-1.1.3.ebuild b/dev-util/subversion/subversion-1.1.3.ebuild index dc6f5e54366e..978ee90bc937 100644 --- a/dev-util/subversion/subversion-1.1.3.ebuild +++ b/dev-util/subversion/subversion-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.1.3.ebuild,v 1.29 2007/07/29 16:56:48 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.1.3.ebuild,v 1.30 2007/07/29 17:21:13 phreak Exp $ inherit elisp-common libtool python eutils bash-completion @@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="ssl apache2 berkdb python emacs perl java nls" # Presently subversion doesn't build with swig-1.3.22, bug 65424 -RDEPEND="apache2? ( >=www-servers/apache-2.0.48 !>=net-www/apache-2.0.54-r30 ) +RDEPEND="apache2? ( >=www-servers/apache-2.0.48 !>=www-servers/apache-2.0.54-r30 ) !apache2? ( !>=www-servers/apache-2 ) !dev-libs/apr python? ( =dev-lang/swig-1.3.21 >=dev-lang/python-2.0 ) |