diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-05 00:04:13 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-05 00:04:13 +0000 |
commit | 5e3584193669123a639aeaf52a0fe975b6b4e422 (patch) | |
tree | 0268a232e8fd9c8702017c1a9270801d32e6f307 /sci-mathematics/spin | |
parent | remove unused license (diff) | |
download | gentoo-2-5e3584193669123a639aeaf52a0fe975b6b4e422.tar.gz gentoo-2-5e3584193669123a639aeaf52a0fe975b6b4e422.tar.bz2 gentoo-2-5e3584193669123a639aeaf52a0fe975b6b4e422.zip |
Keyworded for amd64. Bug #350292
(Portage version: 2.1.9.28/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/spin')
-rw-r--r-- | sci-mathematics/spin/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/spin/spin-5.2.5-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/spin/spin-6.0.1.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/sci-mathematics/spin/ChangeLog b/sci-mathematics/spin/ChangeLog index d7595bb65cf4..a5c62b276575 100644 --- a/sci-mathematics/spin/ChangeLog +++ b/sci-mathematics/spin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/spin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/spin/ChangeLog,v 1.5 2011/01/01 15:57:08 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/spin/ChangeLog,v 1.6 2011/01/05 00:04:13 hwoarang Exp $ + + 05 Jan 2011; Markos Chandras <hwoarang@gentoo.org> spin-5.2.5-r1.ebuild, + spin-6.0.1.ebuild: + Keyworded for amd64. Bug #350292 *spin-6.0.1 (01 Jan 2011) diff --git a/sci-mathematics/spin/spin-5.2.5-r1.ebuild b/sci-mathematics/spin/spin-5.2.5-r1.ebuild index daa3c56d7dd3..7a98ed08e9f4 100644 --- a/sci-mathematics/spin/spin-5.2.5-r1.ebuild +++ b/sci-mathematics/spin/spin-5.2.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/spin/spin-5.2.5-r1.ebuild,v 1.1 2010/06/22 17:49:59 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/spin/spin-5.2.5-r1.ebuild,v 1.2 2011/01/05 00:04:13 hwoarang Exp $ EAPI="2" @@ -16,7 +16,7 @@ SRC_URI="http://spinroot.com/spin/Src/${MY_P}.tar.gz LICENSE="|| ( spin-commercial spin-educational )" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="graphviz tk" DEPEND="sys-devel/bison" diff --git a/sci-mathematics/spin/spin-6.0.1.ebuild b/sci-mathematics/spin/spin-6.0.1.ebuild index 6737f715c7e8..cbf3c23ca55a 100644 --- a/sci-mathematics/spin/spin-6.0.1.ebuild +++ b/sci-mathematics/spin/spin-6.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/spin/spin-6.0.1.ebuild,v 1.1 2011/01/01 15:57:08 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/spin/spin-6.0.1.ebuild,v 1.2 2011/01/05 00:04:13 hwoarang Exp $ EAPI="2" @@ -15,7 +15,7 @@ SRC_URI="http://spinroot.com/spin/Src/${MY_P}.tar.gz" LICENSE="|| ( spin-commercial spin-educational )" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="graphviz tk" DEPEND="sys-devel/bison" |