diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-08-27 12:38:41 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-08-27 12:38:41 +0000 |
commit | f9215b922df647cdaa724c435dc5e4d872981013 (patch) | |
tree | 6a366759290edeb36d884b17710651b813ffbb41 /sci-mathematics/snns | |
parent | stable x86, bug 256975 (diff) | |
download | gentoo-2-f9215b922df647cdaa724c435dc5e4d872981013.tar.gz gentoo-2-f9215b922df647cdaa724c435dc5e4d872981013.tar.bz2 gentoo-2-f9215b922df647cdaa724c435dc5e4d872981013.zip |
stable x86, bug 248322
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics/snns')
-rw-r--r-- | sci-mathematics/snns/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/snns/snns-4.2-r8.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-mathematics/snns/ChangeLog b/sci-mathematics/snns/ChangeLog index 1bae933723db..5ad66f76e3fd 100644 --- a/sci-mathematics/snns/ChangeLog +++ b/sci-mathematics/snns/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/snns -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/ChangeLog,v 1.14 2009/08/26 18:36:00 phosphan Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/ChangeLog,v 1.15 2009/08/27 12:38:41 fauli Exp $ + + 27 Aug 2009; Christian Faulhammer <fauli@gentoo.org> snns-4.2-r8.ebuild: + stable x86, bug 248322 26 Aug 2009; Patrick Kursawe <phosphan@gentoo.org> +snns-4.2-r8.ebuild: Renaming netperf to snns-netperf to avoid file collision with diff --git a/sci-mathematics/snns/snns-4.2-r8.ebuild b/sci-mathematics/snns/snns-4.2-r8.ebuild index fcae95c4c38a..b5800ab54400 100644 --- a/sci-mathematics/snns/snns-4.2-r8.ebuild +++ b/sci-mathematics/snns/snns-4.2-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r8.ebuild,v 1.3 2009/08/26 18:36:00 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/snns/snns-4.2-r8.ebuild,v 1.4 2009/08/27 12:38:41 fauli Exp $ inherit eutils python multilib @@ -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="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" SLOT="0" IUSE="X doc python" |