summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/apse/apse-0.2.ebuild')
-rw-r--r--dev-python/apse/apse-0.2.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/apse/apse-0.2.ebuild b/dev-python/apse/apse-0.2.ebuild
index db063b039822..1007e5cf5da1 100644
--- a/dev-python/apse/apse-0.2.ebuild
+++ b/dev-python/apse/apse-0.2.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/apse/apse-0.2.ebuild,v 1.1 2005/01/24 17:58:59 satya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/apse/apse-0.2.ebuild,v 1.1.1.1 2005/11/30 10:10:19 chriswhite Exp $
inherit distutils
MY_PN="${PN/apse/Apse}"
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.personal.psu.edu/staff/i/u/iua1/python/apse/"
SRC_URI="http://www.personal.psu.edu/staff/i/u/iua1/python/apse/dist/${MY_PN}-${PV}.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="~x86"
+KEYWORDS="~ppc ~x86"
SLOT="0"
IUSE=""
@@ -23,9 +23,8 @@ PYTHON_MODNAME="Apse"
src_install() {
distutils_src_install
- #dodir /usr/share/doc/${PF}
dodoc README* *agrep
- insinto /usr/share/doc/test
+ insinto /usr/share/doc/${PF}/test
doins test/*
}