diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-12-01 16:42:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-12-01 16:42:57 +0000 |
commit | 827f0b9b437d4e0834d387115ea8d8229136d4a7 (patch) | |
tree | ecb767757124a0d7af65c05f92010ff92cf1ae9b /media-libs/panda3d | |
parent | 2.7.0.24 marked x86, ~amd64; cleanup (diff) | |
download | gentoo-2-827f0b9b437d4e0834d387115ea8d8229136d4a7.tar.gz gentoo-2-827f0b9b437d4e0834d387115ea8d8229136d4a7.tar.bz2 gentoo-2-827f0b9b437d4e0834d387115ea8d8229136d4a7.zip |
repoman: Trim trailing whitespace
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'media-libs/panda3d')
-rw-r--r-- | media-libs/panda3d/panda3d-1.0.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/panda3d/panda3d-1.0.5.ebuild b/media-libs/panda3d/panda3d-1.0.5.ebuild index 99e45f27fdad..38d029d45c4c 100644 --- a/media-libs/panda3d/panda3d-1.0.5.ebuild +++ b/media-libs/panda3d/panda3d-1.0.5.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/media-libs/panda3d/panda3d-1.0.5.ebuild,v 1.1 2005/11/30 10:04:09 chriswhite Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/panda3d/panda3d-1.0.5.ebuild,v 1.2 2005/12/01 16:42:57 mr_bones_ Exp $ inherit eutils python @@ -85,9 +85,9 @@ src_install() python_version dodir /usr/$(get_libdir)/python${PYVER}/site-packages cat <<- EOF > ${D}/usr/$(get_libdir)/python${PYVER}/site-packages/panda3d.pth - # This document sets up paths for python to access the + # This document sets up paths for python to access the # panda3d modules - /opt/panda3d/built + /opt/panda3d/built /opt/panda3d/built/$(get_libdir) EOF fi |