diff options
Diffstat (limited to 'sci-mathematics/snns/snns-4.2-r7.ebuild')
-rw-r--r-- | sci-mathematics/snns/snns-4.2-r7.ebuild | 6 |
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 351e428b65b0..49197a28c577 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.2 2005/02/20 07:20:00 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r7.ebuild,v 1.3 2005/08/24 16:42:03 phosphan 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 ~ppc" +KEYWORDS="x86 ~amd64 ~ppc" 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} |