diff options
author | 2008-09-08 20:36:20 +0000 | |
---|---|---|
committer | 2008-09-08 20:36:20 +0000 | |
commit | c8e5ba7dca3150c51dd80f1592526bd55f5d6f5e (patch) | |
tree | 9fc1191b16220231e31d275b6848c5542135e745 /sci-mathematics | |
parent | Version bump, including security bugfix. (diff) | |
download | gentoo-2-c8e5ba7dca3150c51dd80f1592526bd55f5d6f5e.tar.gz gentoo-2-c8e5ba7dca3150c51dd80f1592526bd55f5d6f5e.tar.bz2 gentoo-2-c8e5ba7dca3150c51dd80f1592526bd55f5d6f5e.zip |
amd64/x86 stable, bug #237002
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc5 i686)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/xmds/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/xmds/xmds-1.6.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/xmds/ChangeLog b/sci-mathematics/xmds/ChangeLog index a1c397a88a4d..0088bfd16bed 100644 --- a/sci-mathematics/xmds/ChangeLog +++ b/sci-mathematics/xmds/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/xmds # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/xmds/ChangeLog,v 1.4 2008/06/29 08:59:38 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/xmds/ChangeLog,v 1.5 2008/09/08 20:36:20 maekke Exp $ + + 08 Sep 2008; Markus Meier <maekke@gentoo.org> xmds-1.6.5.ebuild: + amd64/x86 stable, bug #237002 29 Jun 2008; Michał Januszewski <spock@gentoo.org> +files/xmds-1.6.5-gcc43.patch, xmds-1.6.5.ebuild: diff --git a/sci-mathematics/xmds/xmds-1.6.5.ebuild b/sci-mathematics/xmds/xmds-1.6.5.ebuild index cef99e39faf1..3322be1f61c9 100644 --- a/sci-mathematics/xmds/xmds-1.6.5.ebuild +++ b/sci-mathematics/xmds/xmds-1.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/xmds/xmds-1.6.5.ebuild,v 1.3 2008/06/29 08:59:38 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/xmds/xmds-1.6.5.ebuild,v 1.4 2008/09/08 20:36:20 maekke Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/xmds/${P}.tar.gz doc? ( mirror://sourceforge/xmds/xmds_doc_${doc_ver}.pdf )" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc examples mpi threads" DEPEND="sci-libs/fftw |