summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-docs/python-docs-2.4.1.ebuild')
-rw-r--r--dev-python/python-docs/python-docs-2.4.1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/python-docs/python-docs-2.4.1.ebuild b/dev-python/python-docs/python-docs-2.4.1.ebuild
index 5070f05e3a60..fe711141b550 100644
--- a/dev-python/python-docs/python-docs-2.4.1.ebuild
+++ b/dev-python/python-docs/python-docs-2.4.1.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-python/python-docs/python-docs-2.4.1.ebuild,v 1.1 2005/04/26 16:01:33 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.4.1.ebuild,v 1.1.1.1 2005/11/30 10:10:13 chriswhite Exp $
DESCRIPTION="HTML documentation for Python"
HOMEPAGE="http://www.python.org/doc/${PV}/"
@@ -9,7 +9,7 @@ http://www.python.org/ftp/python/doc/${PV}/info-${PV}.tar.bz2"
LICENSE="PSF-2.2"
SLOT="2.4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
IUSE=""
DEPEND=""
@@ -29,8 +29,8 @@ src_install() {
docinto html
cp -R ${S}/Python-Docs-${PV}/* ${D}/usr/share/doc/${PF}/html
- insinto /usr/share/info
- doins ${S}/info/*
+ insinto /usr/share/info
+ doins ${S}/info/*
dodir /etc/env.d
echo "PYTHONDOCS=/usr/share/doc/${PF}/html" > ${D}/etc/env.d/50python-docs