diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-28 23:20:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-28 23:20:35 +0000 |
commit | cd44ad48fb502306fbc06045c1222e9a25099fa6 (patch) | |
tree | 8d2121de82a2c13153ac5388b6b5413dd382d5e6 /dev-util | |
parent | version bump (diff) | |
download | gentoo-2-cd44ad48fb502306fbc06045c1222e9a25099fa6.tar.gz gentoo-2-cd44ad48fb502306fbc06045c1222e9a25099fa6.tar.bz2 gentoo-2-cd44ad48fb502306fbc06045c1222e9a25099fa6.zip |
repoman: Trim trailing whitespace
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/subversion/subversion-1.1.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/subversion/subversion-1.1.3-r1.ebuild b/dev-util/subversion/subversion-1.1.3-r1.ebuild index 3683aa5a3c0d..7db1e9ddfc65 100644 --- a/dev-util/subversion/subversion-1.1.3-r1.ebuild +++ b/dev-util/subversion/subversion-1.1.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.1.3-r1.ebuild,v 1.5 2005/02/27 11:52:39 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.1.3-r1.ebuild,v 1.6 2005/02/28 23:20:35 mr_bones_ Exp $ inherit elisp-common libtool python eutils bash-completion flag-o-matic depend.apache @@ -141,7 +141,7 @@ src_install () { PYTHON_DIR=/usr/lib/python${PYVER} make DESTDIR=${D} install || die "Installation of subversion failed" - + # This might not be necessary with the new install # if [[ -e ${D}/usr/lib/apache2 ]]; then # if [ "${APACHE2_MODULESDIR}" != "/usr/lib/apache2/modules" ]; then |