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 | a4dd5ba663f59ca7c198104b2057789aace18300 (patch) | |
tree | 89b99cca43dbc984e1b42e84226ae4ac2aac31b5 /media-libs/panda3d/panda3d-1.0.5.ebuild | |
parent | repoman: Trim trailing whitespace (diff) | |
download | historical-a4dd5ba663f59ca7c198104b2057789aace18300.tar.gz historical-a4dd5ba663f59ca7c198104b2057789aace18300.tar.bz2 historical-a4dd5ba663f59ca7c198104b2057789aace18300.zip |
repoman: Trim trailing whitespace
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'media-libs/panda3d/panda3d-1.0.5.ebuild')
-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 600ac95ea79e..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.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 |