diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-02-07 23:09:38 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-02-07 23:09:38 +0000 |
commit | fcfc0488b97d578ae0f883c2b7039caeca65733c (patch) | |
tree | d1a3789fdf225860bf413d2c89f1d579e349ef81 /dev-python/pyinotify/pyinotify-0.9.2.ebuild | |
parent | Version bump wrt bug #313053. Initial ebuild by Robert Schedel <r.schedel@yah... (diff) | |
download | gentoo-2-fcfc0488b97d578ae0f883c2b7039caeca65733c.tar.gz gentoo-2-fcfc0488b97d578ae0f883c2b7039caeca65733c.tar.bz2 gentoo-2-fcfc0488b97d578ae0f883c2b7039caeca65733c.zip |
DEPEND on dev-python/setuptools.
(Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyinotify/pyinotify-0.9.2.ebuild')
-rw-r--r-- | dev-python/pyinotify/pyinotify-0.9.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyinotify/pyinotify-0.9.2.ebuild b/dev-python/pyinotify/pyinotify-0.9.2.ebuild index 79604311f444..a10477dd226b 100644 --- a/dev-python/pyinotify/pyinotify-0.9.2.ebuild +++ b/dev-python/pyinotify/pyinotify-0.9.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v 1.7 2011/12/24 11:23:26 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.2.ebuild,v 1.8 2012/02/07 23:09:38 floppym Exp $ EAPI="3" PYTHON_DEPEND="*:2.5" @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" IUSE="examples" -DEPEND="" +DEPEND="dev-python/setuptools" RDEPEND="" S="${WORKDIR}/${PN}" |