diff options
author | 2004-03-23 06:51:57 +0000 | |
---|---|---|
committer | 2004-03-23 06:51:57 +0000 | |
commit | 37c318cc7d1e333700efc98c62195246db7859b8 (patch) | |
tree | f7943b333a38b13e01c02b18ac0ccff74c6aad8a /dev-python/pyorbit | |
parent | support $CBUILD (diff) | |
download | gentoo-2-37c318cc7d1e333700efc98c62195246db7859b8.tar.gz gentoo-2-37c318cc7d1e333700efc98c62195246db7859b8.tar.bz2 gentoo-2-37c318cc7d1e333700efc98c62195246db7859b8.zip |
Added ~hppa
Diffstat (limited to 'dev-python/pyorbit')
-rw-r--r-- | dev-python/pyorbit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyorbit/pyorbit-2.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pyorbit/ChangeLog b/dev-python/pyorbit/ChangeLog index b8eb9141b69b..760dfbd954e6 100644 --- a/dev-python/pyorbit/ChangeLog +++ b/dev-python/pyorbit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyorbit # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.12 2004/01/09 20:19:57 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/ChangeLog,v 1.13 2004/03/23 06:51:57 zx Exp $ + + 23 Mar 2004; Chris Aniszczyk <zx@gentoo.org> pyorbit-2.0.0.ebuild: + Added ~hppa 09 Jan 2004; <gustavoz@gentoo.org> pyorbit-2.0.0.ebuild: marked stable on sparc diff --git a/dev-python/pyorbit/pyorbit-2.0.0.ebuild b/dev-python/pyorbit/pyorbit-2.0.0.ebuild index 4c03745505da..f12868bd10f5 100644 --- a/dev-python/pyorbit/pyorbit-2.0.0.ebuild +++ b/dev-python/pyorbit/pyorbit-2.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.0.0.ebuild,v 1.7 2004/02/29 03:47:52 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.0.0.ebuild,v 1.8 2004/03/23 06:51:57 zx Exp $ # debug since its a devel release inherit gnome2 debug @@ -10,7 +10,7 @@ HOMEPAGE="http://www.daa.com.au/~james/pygtk/" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ~ppc alpha sparc amd64" +KEYWORDS="x86 ~ppc alpha sparc amd64 ~hppa" IUSE="" RDEPEND=">=dev-lang/python-2.2 |