summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2011-12-18 02:54:55 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2011-12-18 02:54:55 +0000
commitbaeac8da76972a102db9931fd5cebcd4ea2b829d (patch)
tree6c8dc5ca2863d9471d7612dfbdb94873fb280a81 /dev-python/gnome-vfs-python/gnome-vfs-python-2.28.1.ebuild
parentAdd missing pygobject dependency and bump to EAPI1 for slot dep support. (diff)
downloadhistorical-baeac8da76972a102db9931fd5cebcd4ea2b829d.tar.gz
historical-baeac8da76972a102db9931fd5cebcd4ea2b829d.tar.bz2
historical-baeac8da76972a102db9931fd5cebcd4ea2b829d.zip
Add missing pygobject dependency and bump to EAPI1 for slot dep support.
Package-Manager: portage-2.2.0_alpha80/cvs/Linux x86_64
Diffstat (limited to 'dev-python/gnome-vfs-python/gnome-vfs-python-2.28.1.ebuild')
-rw-r--r--dev-python/gnome-vfs-python/gnome-vfs-python-2.28.1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/gnome-vfs-python/gnome-vfs-python-2.28.1.ebuild b/dev-python/gnome-vfs-python/gnome-vfs-python-2.28.1.ebuild
index 358a7b313829..268736e39c44 100644
--- a/dev-python/gnome-vfs-python/gnome-vfs-python-2.28.1.ebuild
+++ b/dev-python/gnome-vfs-python/gnome-vfs-python-2.28.1.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-vfs-python/gnome-vfs-python-2.28.1.ebuild,v 1.9 2011/02/26 13:23:54 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-vfs-python/gnome-vfs-python-2.28.1.ebuild,v 1.10 2011/12/18 02:54:55 tetromino Exp $
+EAPI="1"
GCONF_DEBUG="no"
G_PY_PN="gnome-python"
@@ -18,7 +19,8 @@ SLOT="2"
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="doc examples"
-RDEPEND=">=gnome-base/gnome-vfs-2.24.0
+RDEPEND="dev-python/pygobject:2
+ >=gnome-base/gnome-vfs-2.24.0
>=gnome-base/libbonobo-2.8
!<dev-python/gnome-python-2.22.1"
DEPEND="${RDEPEND}"