diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-02-20 07:20:00 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-02-20 07:20:00 +0000 |
commit | 4019ed3dbdca5eb2d33524916d503c7cce392a02 (patch) | |
tree | cd367c127722d1eef2f038f9d6cffd9e5f2e53f6 /sci-mathematics/snns | |
parent | Mark stable on x86 and amd64 for bug 82545. (diff) | |
download | gentoo-2-4019ed3dbdca5eb2d33524916d503c7cce392a02.tar.gz gentoo-2-4019ed3dbdca5eb2d33524916d503c7cce392a02.tar.bz2 gentoo-2-4019ed3dbdca5eb2d33524916d503c7cce392a02.zip |
Marked ~ppc for bug #81482.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sci-mathematics/snns')
-rw-r--r-- | sci-mathematics/snns/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/snns/snns-4.2-r7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-mathematics/snns/ChangeLog b/sci-mathematics/snns/ChangeLog index 5b38c3a29e8a..43ad5ecc3298 100644 --- a/sci-mathematics/snns/ChangeLog +++ b/sci-mathematics/snns/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/snns # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/ChangeLog,v 1.4 2005/02/10 11:43:22 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/ChangeLog,v 1.5 2005/02/20 07:20:00 josejx Exp $ + + 20 Feb 2005; Joseph Jezak <josejx@gentoo.org> snns-4.2-r7.ebuild: + Marked ~ppc for bug #81482. Python bindings may not function correctly, + ensure that it's working before marking ppc. *snns-4.2-r7 (10 Feb 2005) diff --git a/sci-mathematics/snns/snns-4.2-r7.ebuild b/sci-mathematics/snns/snns-4.2-r7.ebuild index fb8c047235be..351e428b65b0 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.2 2005/02/20 07:20:00 josejx 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="~x86 ~amd64 ~ppc" SLOT="0" IUSE="X doc python" |