diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2005-09-19 09:30:27 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2005-09-19 09:30:27 +0000 |
commit | 7abab383553e57d7a4747fbdbf97898ab3131f01 (patch) | |
tree | e4d8e553e487f2fbd37872ebabb5f0942e7fec7d /dev-util/subversion | |
parent | Initial commit. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. (diff) | |
download | gentoo-2-7abab383553e57d7a4747fbdbf97898ab3131f01.tar.gz gentoo-2-7abab383553e57d7a4747fbdbf97898ab3131f01.tar.bz2 gentoo-2-7abab383553e57d7a4747fbdbf97898ab3131f01.zip |
The new apache stabilization works only with this subversion ebuild
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-util/subversion')
-rw-r--r-- | dev-util/subversion/subversion-1.2.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/subversion/subversion-1.2.3-r1.ebuild b/dev-util/subversion/subversion-1.2.3-r1.ebuild index 1cb79a2e578c..658fdf515153 100644 --- a/dev-util/subversion/subversion-1.2.3-r1.ebuild +++ b/dev-util/subversion/subversion-1.2.3-r1.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.2.3-r1.ebuild,v 1.3 2005/09/12 11:41:21 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.2.3-r1.ebuild,v 1.4 2005/09/19 09:30:27 pauldv Exp $ inherit elisp-common libtool python eutils bash-completion flag-o-matic depend.apache perl-module @@ -10,7 +10,7 @@ SRC_URI="http://subversion.tigris.org/tarballs/${P/_rc/-rc}.tar.bz2" LICENSE="Apache-1.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" IUSE="apache2 berkdb python emacs perl java nls nowebdav zlib" RESTRICT="test" |