summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyorbit/pyorbit-2.0.1.ebuild')
-rw-r--r--dev-python/pyorbit/pyorbit-2.0.1.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-python/pyorbit/pyorbit-2.0.1.ebuild b/dev-python/pyorbit/pyorbit-2.0.1.ebuild
index 005deb466afa..7437b384d9f0 100644
--- a/dev-python/pyorbit/pyorbit-2.0.1.ebuild
+++ b/dev-python/pyorbit/pyorbit-2.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# 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.1.ebuild,v 1.1 2004/11/23 15:52:21 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyorbit/pyorbit-2.0.1.ebuild,v 1.1.1.1 2005/11/30 10:10:07 chriswhite Exp $
inherit python gnome2
@@ -9,16 +9,15 @@ 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"
src_unpack() {
unpack ${A}
@@ -46,4 +45,4 @@ pkg_postinst() {
pkg_postrm() {
python_version
python_mod_cleanup
-} \ No newline at end of file
+}