diff options
Diffstat (limited to 'dev-python/notify-python/notify-python-0.1.1-r2.ebuild')
-rw-r--r-- | dev-python/notify-python/notify-python-0.1.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/notify-python/notify-python-0.1.1-r2.ebuild b/dev-python/notify-python/notify-python-0.1.1-r2.ebuild index f6bb046a83d1..99fae8a642c7 100644 --- a/dev-python/notify-python/notify-python-0.1.1-r2.ebuild +++ b/dev-python/notify-python/notify-python-0.1.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r2.ebuild,v 1.9 2012/02/27 06:54:27 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r2.ebuild,v 1.10 2012/05/04 15:12:16 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -22,7 +22,7 @@ IUSE="examples" RDEPEND=">=dev-python/pygtk-2.24:2 >=x11-libs/libnotify-0.7" DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-libnotify-0.7.patch |