diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-16 23:36:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-16 23:36:22 +0000 |
commit | ca0b1d3486a5d9210693798867595f39a628e338 (patch) | |
tree | 74023bce4438de71f28a72ef889fe739569ad481 /dev-python/pyorbit/pyorbit-2.0.0.ebuild | |
parent | Digest fix (bug #89125). (diff) | |
download | gentoo-2-ca0b1d3486a5d9210693798867595f39a628e338.tar.gz gentoo-2-ca0b1d3486a5d9210693798867595f39a628e338.tar.bz2 gentoo-2-ca0b1d3486a5d9210693798867595f39a628e338.zip |
ia64 lovin
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-python/pyorbit/pyorbit-2.0.0.ebuild')
-rw-r--r-- | dev-python/pyorbit/pyorbit-2.0.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/pyorbit/pyorbit-2.0.0.ebuild b/dev-python/pyorbit/pyorbit-2.0.0.ebuild index f5157ac7ea5e..d49f312c66f2 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 Foundation # 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.11 2004/09/02 17:51:17 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.0.0.ebuild,v 1.12 2005/04/16 23:33:04 vapier Exp $ # debug since its a devel release inherit gnome2 debug @@ -10,13 +10,12 @@ HOMEPAGE="http://www.daa.com.au/~james/pygtk/" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ppc alpha sparc amd64 ~hppa" +KEYWORDS="alpha amd64 ~hppa ia64 ppc sparc x86" IUSE="" RDEPEND=">=dev-lang/python-2.2 >=gnome-base/orbit-2.4.4" - DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" -DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO" +DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO" |