diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-09 01:09:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-06-09 01:09:28 +0000 |
commit | e09019ed3f04071e34b8639497c7525f741af1b2 (patch) | |
tree | 4f1a74698d7857742ba5c6780346f1e68e95f7ff /dev-util/subversion | |
parent | dep typo (diff) | |
download | gentoo-2-e09019ed3f04071e34b8639497c7525f741af1b2.tar.gz gentoo-2-e09019ed3f04071e34b8639497c7525f741af1b2.tar.bz2 gentoo-2-e09019ed3f04071e34b8639497c7525f741af1b2.zip |
dep typo
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-util/subversion')
-rw-r--r-- | dev-util/subversion/subversion-1.1.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/subversion/subversion-1.1.3.ebuild b/dev-util/subversion/subversion-1.1.3.ebuild index a50657458044..115bbbee1d40 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-2005 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.14 2005/06/07 22:03:37 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.1.3.ebuild,v 1.15 2005/06/09 01:08:49 mr_bones_ Exp $ inherit elisp-common libtool python eutils bash-completion @@ -14,7 +14,7 @@ KEYWORDS="~alpha amd64 arm hppa ia64 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? ( >=net-www/apache-2.0.48 !>=net-www/apache-2.0.54-r10) +RDEPEND="apache2? ( >=net-www/apache-2.0.48 !>=net-www/apache-2.0.54-r10 ) !apache2? ( !>=net-www/apache-2 ) !dev-libs/apr python? ( =dev-lang/swig-1.3.21 >=dev-lang/python-2.0 ) @@ -26,7 +26,7 @@ RDEPEND="apache2? ( >=net-www/apache-2.0.48 !>=net-www/apache-2.0.54-r10) DEPEND="${RDEPEND} >=sys-devel/autoconf-2.59" # Does not work because jikes is broken -# jikes? (dev-java/jikes)" +# jikes? ( dev-java/jikes )" S=${WORKDIR}/${P/_rc/-rc} |