summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/snns/snns-4.2-r7.ebuild')
-rw-r--r--sci-mathematics/snns/snns-4.2-r7.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/snns/snns-4.2-r7.ebuild b/sci-mathematics/snns/snns-4.2-r7.ebuild
index fb8c047235be..406827d93086 100644
--- a/sci-mathematics/snns/snns-4.2-r7.ebuild
+++ b/sci-mathematics/snns/snns-4.2-r7.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/sci-mathematics/snns/snns-4.2-r7.ebuild,v 1.1 2005/02/10 11:43:22 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r7.ebuild,v 1.1.1.1 2005/11/30 09:55:53 chriswhite Exp $
inherit eutils python
@@ -18,7 +18,7 @@ SRC_URI="http://www-ra.informatik.uni-tuebingen.de/downloads/SNNS/${MY_P}.tar.gz
http://download.berlios.de/snns-dev/${MYPYTHONPATCH}.gz )"
LICENSE="SNNS-${PV}"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ppc x86"
SLOT="0"
IUSE="X doc python"
@@ -84,7 +84,7 @@ src_install() {
if use python; then
cd python
python setup.py install --prefix=${D}/usr || die "could not install python module"
- cp -a examples ${D}/usr/share/doc/${PF}/python-examples
+ cp -pPR examples ${D}/usr/share/doc/${PF}/python-examples
chmod +x ${D}/usr/share/doc/${PF}/python-examples/*.py
newdoc README README.python
cd ${S}