diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-09-29 23:55:45 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-09-29 23:55:45 +0000 |
commit | 813a94975ade166c855b3538166a5778858ba993 (patch) | |
tree | 4ab2ebe9a445cccbaba104cbe6c8f45f9ad6afb9 /dev-python | |
parent | Version bump and fix man-page collision #238805 by Joost Ruis. (diff) | |
download | historical-813a94975ade166c855b3538166a5778858ba993.tar.gz historical-813a94975ade166c855b3538166a5778858ba993.tar.bz2 historical-813a94975ade166c855b3538166a5778858ba993.zip |
Marked ~hppa (bug #233554).
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.25-gentoo-r7-JeR i686
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/nose/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/nose/nose-0.10.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/numpy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/numpy/numpy-1.2.0.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-python/nose/ChangeLog b/dev-python/nose/ChangeLog index c168090ed0c1..fa8af791f983 100644 --- a/dev-python/nose/ChangeLog +++ b/dev-python/nose/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/nose # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.14 2008/08/06 20:08:30 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.15 2008/09/29 23:52:57 jer Exp $ + + 29 Sep 2008; Jeroen Roovers <jer@gentoo.org> nose-0.10.3.ebuild: + Marked ~hppa (bug #233554). 06 Aug 2008; Jesus Rivero <neurogeek@gentoo.org> metadata.xml: add GLEP 56 USE flag desc from use.local.desc diff --git a/dev-python/nose/nose-0.10.3.ebuild b/dev-python/nose/nose-0.10.3.ebuild index 6cd760b991cf..9c6c3ad644f8 100644 --- a/dev-python/nose/nose-0.10.3.ebuild +++ b/dev-python/nose/nose-0.10.3.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/dev-python/nose/nose-0.10.3.ebuild,v 1.3 2008/08/01 17:59:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-0.10.3.ebuild,v 1.4 2008/09/29 23:52:57 jer Exp $ inherit distutils eutils @@ -10,7 +10,7 @@ SRC_URI="http://somethingaboutorange.com/mrl/projects/nose/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86" IUSE="doc examples test" RDEPEND="dev-python/setuptools" diff --git a/dev-python/numpy/ChangeLog b/dev-python/numpy/ChangeLog index c4a017c54646..6eb8288f5857 100644 --- a/dev-python/numpy/ChangeLog +++ b/dev-python/numpy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/numpy # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.65 2008/09/28 21:31:59 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.66 2008/09/29 23:55:45 jer Exp $ + + 29 Sep 2008; Jeroen Roovers <jer@gentoo.org> numpy-1.2.0.ebuild: + Marked ~hppa (bug #233554). 28 Sep 2008; SĂ©bastien Fabbro <bicatali@gentoo.org> numpy-1.2.0.ebuild: Fixed again blas/lapack configuration to be compatible with the available diff --git a/dev-python/numpy/numpy-1.2.0.ebuild b/dev-python/numpy/numpy-1.2.0.ebuild index 56959b148add..e764618d2db1 100644 --- a/dev-python/numpy/numpy-1.2.0.ebuild +++ b/dev-python/numpy/numpy-1.2.0.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/dev-python/numpy/numpy-1.2.0.ebuild,v 1.2 2008/09/28 21:31:59 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.2.0.ebuild,v 1.3 2008/09/29 23:55:45 jer Exp $ NEED_PYTHON=2.4 @@ -19,7 +19,7 @@ DEPEND="${RDEPEND} IUSE="lapack test" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86" LICENSE="BSD" # whatever LDFLAGS set will break linking |