blob: 668ec1c17e8770bcae6299c0f8e8ba76ec5b17cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-2.22.1.ebuild,v 1.1 2008/09/01 18:22:42 ford_prefect Exp $
DESCRIPTION="Meta package which provides python modules for GNOME 2 libraries"
HOMEPAGE="http://pygtk.org/"
LICENSE="LGPL-2.1"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="~dev-python/gnome-python-base-${PV}
~dev-python/gconf-python-${PV}
~dev-python/gnome-vfs-python-${PV}
~dev-python/libgnomecanvas-python-${PV}
~dev-python/libbonobo-python-${PV}
~dev-python/libgnome-python-${PV}"
|