diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2006-07-28 20:05:01 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2006-07-28 20:05:01 +0000 |
commit | 9096b07e26d5ffb6cb95fe1c62dce885ae9ae3a6 (patch) | |
tree | b0b34515cd6dfd667096bced2404787b10677de8 /dev-python/numeric | |
parent | Add ed ~x86-fbsd keyword. (diff) | |
download | gentoo-2-9096b07e26d5ffb6cb95fe1c62dce885ae9ae3a6.tar.gz gentoo-2-9096b07e26d5ffb6cb95fe1c62dce885ae9ae3a6.tar.bz2 gentoo-2-9096b07e26d5ffb6cb95fe1c62dce885ae9ae3a6.zip |
Added ~x86-fbsd keyword.
(Portage version: 2.1.1_pre3-r5)
Diffstat (limited to 'dev-python/numeric')
-rw-r--r-- | dev-python/numeric/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/numeric/numeric-24.2.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/numeric/ChangeLog b/dev-python/numeric/ChangeLog index 61c5e80a7145..e928cc831f5e 100644 --- a/dev-python/numeric/ChangeLog +++ b/dev-python/numeric/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/numeric -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/ChangeLog,v 1.25 2005/12/01 15:40:26 carlo Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/ChangeLog,v 1.26 2006/07/28 20:05:01 the_paya Exp $ + + 28 Jul 2006; Javier Villavicencio <the_paya@gentoo.org> + numeric-24.2.ebuild: + Add ~x86-fbsd keyword. *numeric-24.2 (01 Dec 2005) diff --git a/dev-python/numeric/numeric-24.2.ebuild b/dev-python/numeric/numeric-24.2.ebuild index ae76025ccc2c..c6f7a0bd5afa 100644 --- a/dev-python/numeric/numeric-24.2.ebuild +++ b/dev-python/numeric/numeric-24.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-24.2.ebuild,v 1.3 2006/07/05 05:25:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-24.2.ebuild,v 1.4 2006/07/28 20:05:01 the_paya Exp $ inherit distutils eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/numpy/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-lang/python-2.3" |