diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2007-05-06 22:36:16 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2007-05-06 22:36:16 +0000 |
commit | 1dd6ca394603ec1631bcfe44d40076e8b68fb768 (patch) | |
tree | 3356d63107065454e67cca76c3c5da28577e0435 /dev-python/python-docs/python-docs-2.4.4.ebuild | |
parent | Stable on alpha wrt security bug #175791 (diff) | |
download | historical-1dd6ca394603ec1631bcfe44d40076e8b68fb768.tar.gz historical-1dd6ca394603ec1631bcfe44d40076e8b68fb768.tar.bz2 historical-1dd6ca394603ec1631bcfe44d40076e8b68fb768.zip |
Bump version and fix PYTHONDOCS path.
Package-Manager: portage-2.1.2.6
Diffstat (limited to 'dev-python/python-docs/python-docs-2.4.4.ebuild')
-rw-r--r-- | dev-python/python-docs/python-docs-2.4.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-docs/python-docs-2.4.4.ebuild b/dev-python/python-docs/python-docs-2.4.4.ebuild index be89b3b49cd8..ce2755c372cd 100644 --- a/dev-python/python-docs/python-docs-2.4.4.ebuild +++ b/dev-python/python-docs/python-docs-2.4.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.4.4.ebuild,v 1.2 2006/11/04 16:26:40 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.4.4.ebuild,v 1.3 2007/05/06 22:36:16 kloeri Exp $ DESCRIPTION="HTML documentation for Python" HOMEPAGE="http://www.python.org/doc/${PV}/" @@ -33,5 +33,5 @@ src_install() { doins ${S}/info/* dodir /etc/env.d - echo "PYTHONDOCS=/usr/share/doc/${PF}/html" > ${D}/etc/env.d/50python-docs + echo "PYTHONDOCS=/usr/share/doc/${PF}/html/lib" > ${D}/etc/env.d/50python-docs } |