diff options
Diffstat (limited to 'dev-python/pyorbit/pyorbit-2.0.0.ebuild')
-rw-r--r-- | dev-python/pyorbit/pyorbit-2.0.0.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-python/pyorbit/pyorbit-2.0.0.ebuild b/dev-python/pyorbit/pyorbit-2.0.0.ebuild index 4ec39345c01c..81227c593027 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-2003 Gentoo Technologies, Inc. +# Copyright 1999-2005 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.1 2003/09/03 12:45:20 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.0.0.ebuild,v 1.1.1.1 2005/11/30 10:10:07 chriswhite 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" +KEYWORDS="alpha amd64 ~hppa ia64 ppc sparc x86" IUSE="" RDEPEND=">=dev-lang/python-2.2 - >=gnome-base/ORBit2-2.4.4" - + >=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" |