diff options
author | Owen Stampflee <owen@gentoo.org> | 2002-09-07 18:13:32 +0000 |
---|---|---|
committer | Owen Stampflee <owen@gentoo.org> | 2002-09-07 18:13:32 +0000 |
commit | 2bfbd6ef1226df09574a4ea978c1acf509c98d8e (patch) | |
tree | 2f203d475c0a3a0c05a01d0e64290bd7140b41a2 /dev-python/Numeric | |
parent | added ppc to keywords (diff) | |
download | gentoo-2-2bfbd6ef1226df09574a4ea978c1acf509c98d8e.tar.gz gentoo-2-2bfbd6ef1226df09574a4ea978c1acf509c98d8e.tar.bz2 gentoo-2-2bfbd6ef1226df09574a4ea978c1acf509c98d8e.zip |
added ppc to keywords
Diffstat (limited to 'dev-python/Numeric')
-rw-r--r-- | dev-python/Numeric/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/Numeric/Numeric-19.0.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/Numeric/Numeric-20.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/Numeric/Numeric-21.0.ebuild | 4 |
4 files changed, 10 insertions, 7 deletions
diff --git a/dev-python/Numeric/ChangeLog b/dev-python/Numeric/ChangeLog index 34278f4691a2..ef00165c8b72 100644 --- a/dev-python/Numeric/ChangeLog +++ b/dev-python/Numeric/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for dev-python/Numeric # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-python/Numeric/ChangeLog,v 1.3 2002/07/27 05:40:14 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Numeric/ChangeLog,v 1.4 2002/09/07 18:13:32 owen Exp $ *Numeric-21.0 (14 Mar 2002) + 7 Sep 2002; Owen Stampflee <owen@gentoo.org> : + Added PPC to KEYWORDS. + 26 Jul 2002; George Shapovalov <george@gentoo.org> Numeric-19.0.0.ebuild, Numeric-20.3.ebuild, Numeric-21.0.ebuild : added KEYWORDS,SLOT,LICENSE; corrected the header diff --git a/dev-python/Numeric/Numeric-19.0.0.ebuild b/dev-python/Numeric/Numeric-19.0.0.ebuild index 0960760f623c..614d49aa028f 100644 --- a/dev-python/Numeric/Numeric-19.0.0.ebuild +++ b/dev-python/Numeric/Numeric-19.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/Numeric/Numeric-19.0.0.ebuild,v 1.8 2002/08/16 02:49:58 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Numeric/Numeric-19.0.0.ebuild,v 1.9 2002/09/07 18:13:32 owen Exp $ S=${WORKDIR}/${P} @@ -12,7 +12,7 @@ DEPEND="virtual/python" RDEPEND="${DEPEND}" SLOT="0" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64" LICENSE="as-is" PYTHON_VERSION= diff --git a/dev-python/Numeric/Numeric-20.3.ebuild b/dev-python/Numeric/Numeric-20.3.ebuild index 56290fdb820d..6a1b14f4207d 100644 --- a/dev-python/Numeric/Numeric-20.3.ebuild +++ b/dev-python/Numeric/Numeric-20.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/Numeric/Numeric-20.3.ebuild,v 1.5 2002/08/16 02:49:58 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Numeric/Numeric-20.3.ebuild,v 1.6 2002/09/07 18:13:32 owen Exp $ S=${WORKDIR}/${P} DESCRIPTION="numerical python module" @@ -12,7 +12,7 @@ DEPEND=">=dev-lang/python-2.2" RDEPEND="${DEPEND}" SLOT="0" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64" LICENSE="as-is" src_compile() { diff --git a/dev-python/Numeric/Numeric-21.0.ebuild b/dev-python/Numeric/Numeric-21.0.ebuild index d5cf372965ae..cec87a785f0e 100644 --- a/dev-python/Numeric/Numeric-21.0.ebuild +++ b/dev-python/Numeric/Numeric-21.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-20022 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/Numeric/Numeric-21.0.ebuild,v 1.5 2002/08/16 02:49:58 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Numeric/Numeric-21.0.ebuild,v 1.6 2002/09/07 18:13:32 owen Exp $ S=${WORKDIR}/${P} DESCRIPTION="numerical python module" @@ -12,7 +12,7 @@ DEPEND=">=dev-lang/python-2.2" RDEPEND="${DEPEND}" SLOT="0" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 ppc sparc sparc64" LICENSE="as-is" src_compile() { |